Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
李华顺
@huacnlee
管理员
第 2 位会员 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9059 条回帖
960 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1431

    A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuation...

  • rails-settings-cached 1108

    Global settings for your Rails application.

  • rucaptcha 696

    Captcha Gem for Rails, which generates captcha image by Rust.

  • zed-theme-macos-classic 98

    A macOS native style theme for Zed, let it same like native app in macOS.

  • vscode-macos-classic.t... 22

    macOS Classic theme for Visual Studio Code

  • zed-extension-action 20

    GitHub Action for automatically bump Zed Extensions version after a release.

  • autocorrect-action 12

    GitHub action for use AutoCorrect as lint

  • color-lsp 7

    A document color language server.

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 5

    Dock layout UI component for GPUI, that extracted from Zed project.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 如何自定义 twtter-bootstrap-rails 样式? at 2013年03月07日

    我的有个网站就直接把 bootstrap.css 这个文件改掉了,覆盖还挺麻烦的,而且多了很多多余的 CSS 代码

  • 苹果鼠标用什么鼠标垫好 at 2013年03月07日

    一直没用鼠标垫,一般电脑做上面都能顺畅使用的

  • 请教 Model 中一对多的定义和 View 中的循环嵌套输出? at 2013年03月06日

    不规范的命名是出错的罪魁祸首,Rails 的很多东西都是靠规范的命名来实现的 楼主看的是那个教程?

  • Carrivewave 有没有办法实现选定图片后不用确定,直接上传图片? at 2013年03月06日

    #2 楼 @mayday 你要看发帖回帖那个上传图片

  • Carrivewave 有没有办法实现选定图片后不用确定,直接上传图片? at 2013年03月06日

    看 Ruby China 源代码里面的上传图片功能,是不是你想的东西?

  • 哪里有最全面最细致的 Bootstrap 的教程? at 2013年03月06日

    Bootstrap 官方的文档页面不是介绍得很详细么

  • 请问有什么好部署的地方,阿里云 OSS 怎么用起来? at 2013年03月05日

    我不知道你的问题到出在哪里,这个得自己检查,单纯这样我也没法确定问题的原因 这里有个 carrierwave-aliyun 的测试用例,你可以对比一下你的用法是否正确

    https://github.com/huacnlee/carrierwave-aliyun/blob/master/spec/spec_helper.rb https://github.com/huacnlee/carrierwave-aliyun/blob/master/spec/upload_spec.rb

  • RubyConf AU 2013 主题总结分享 [Youku 上传完成] at 2013年03月05日

    我叉,看《bundle install Y U SO SLOW: Server Edition》这个视频,这哥们儿说话太快了,完全听不出来说的啥... 这哥们儿业余爱好应该是 Rap

  • 首页两个栏目相似度太高,希望解决,比如去重,高分有的热门就不要出现了 at 2013年03月05日

    首页我过段时间再换一下,准备把每个节点最近的热门内容都提出来

  • Lean Startup 实践 at 2013年03月04日

    Ruby China 也是靠"先上线再说"这个思路一步一步走过来的

  • gitlab-shell for gitlab v5.0 at 2013年03月04日

    这应该也意味着安装会简单许多了吧?!

  • 应该把支持 rails4 的 gem 列出来 at 2013年03月02日

    mongoid 和我自己写的几个 gem 都测试通过了

  • 发几个字体效果 at 2013年03月02日

    一直钟爱 Monaco

  • ruby 2.0 上 bson_ext 总是报告 not loaded at 2013年03月01日

    如果你是用 Mongoid 的话,尝试升级 Mongoid 吧,3.0 以后就没用 bson_ext 了

  • [杭州][2013年3月5日] Ruby Tuesday 活动召集 at 2013年02月28日

    搞呗

  • 升级到 Rails4.0 后发现没什么新特性可以用上=。= at 2013年02月28日

    很多 Gem 还没升级,暂时升不了

  • 添加了样式,为何页面没有生效? at 2013年02月28日

    哥,你 @ 再多人也没人会理你的,这么做无法讨人喜欢

  • Dojo 有人用么? at 2013年02月28日

    老东西了,当年和 jQuery 一起出来的,没怎么流行起来

  • jQuery Mobile 就是个废物 at 2013年02月28日

    一直对 jQuery 出的 UI 相关的组件不感冒,体验和美感太差

  • ActiveModel::ForbiddenAttributesError 该怎么解决? at 2013年02月28日

    还有可以详细看一下这篇讨论: http://ruby-china.org/topics/1614

  • ActiveModel::ForbiddenAttributesError 该怎么解决? at 2013年02月28日

    楼主搜索: https://www.google.com.hk/#hl=zh-CN&q=site:ruby-china.org+mass+assignment

  • ActiveModel::ForbiddenAttributesError 该怎么解决? at 2013年02月28日

    #3 楼 @chenge 乱说,这不是解决问题的方法!

  • 这种情况该如何设计 resources 和 route ? at 2013年02月28日

    被搞太复杂,一层的 Route 就够了,比如

    • posts/:id
    • photos/:id
    • comments/:id
  • wget 怎么下载整个目录下的文件 at 2013年02月27日
    wget -m http://www.example.com/
    
  • [杭州] 阿里巴巴继续招两个 Ruby 工程师 at 2013年02月27日

    #37 楼 @yangxing_star 还招

  • Ruby China 开始用 Ruby 2.0 跑了 at 2013年02月27日

    #62 楼 @ashchan 正在准备

  • 帖子分页错误 at 2013年02月27日

    #4 楼 @Tony612 用搜索,或者按分类查看

  • 帖子分页错误 at 2013年02月26日

    这个小 Bug 问题不大 设置固定 total_entries => 1500 是为了省去 count 查询(这个会比较慢)

  • devise 同一个帐号再次登陆,把之前登陆的挤下去 at 2013年02月26日

    User 表里面加一个 last_logined_session_id 字段,登录以后修改它为 Session 的编号 current_user 获取到以后对比一下 last_logined_session_id 不一致就登出

  • 上一页
  • 1
  • 2
  • …
  • 150
  • 151
  • 152
  • 153
  • 154
  • …
  • 264
  • 265
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English