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

huacnlee@gmail.com
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1387

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

  • rails-settings-cached 1098

    Global settings for your Rails application.

  • rucaptcha 695

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

  • zed-theme-macos-classic 91

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

  • vscode-macos-classic.t... 21

    macOS Classic theme for Visual Studio Code

  • zed-extension-action 18

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

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-gradient 5

    Generate a Gradient like CSS

  • gpui-workspace 4

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

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Ruby 命令行参数解析如何禁止解释通配符? at 2012年05月10日

    试试 \*.\* 我猜测的

  • 利用又拍云 CDN 自动部署 Assets 文件 at 2012年05月10日

    已经给 Ruby China 部署上了,效果很明显呀

  • 利用又拍云 CDN 自动部署 Assets 文件 at 2012年05月10日

    @ruohanc 那个是直接上传的

  • 请问怎么和前端人员合作使用 Asset pipeline 最好? at 2012年05月10日

    我这里是让前端把 Rails 环境跑起来,像我们一样修改

  • 利用又拍云 CDN 自动部署 Assets 文件 at 2012年05月10日

    顺便提一下一个 Rails 3.2 以后 Nginx 配置的小技巧 可以看到 public/assets 目录里面有很多 .gz 的文件,这个是预先 gzip 的结果,然后你可以在 Nginx 上面这样配置:

    location /assets {
      gzip_static on;
    }
    

    以后 gzip 这个动作就会直接用 .gz 的文件来代替,节省 CPU

    参见: http://guides.rubyonrails.org/asset_pipeline.html#server-configuration

  • Unicorn 无缝重启时的 BUNDLE_GEMFILE 参数 at 2012年05月10日

    我就是遇到过几次这种情况,赶紧试试看看能不能解决重启失败的问题

  • MySQL 字段为 datatime,手动调用 authenticate,value 参数要怎么写? at 2012年05月10日

    http://api.rubyonrails.org/classes/ActiveRecord/Relation.html#method-i-update_all

  • 本社区有从 PHP 转过来的吗? at 2012年05月10日

    不与人争论 Ruby 的好坏,你不喜欢,那是你的问题。

  • 一个料很多的 PPT:10 Things You Didn't Know Rails Could do at 2012年05月10日

    在 console 里面调 helper 特别有用,还有那个 console sandbox

  • 一个料很多的 PPT:10 Things You Didn't Know Rails Could do at 2012年05月10日

    哇,见识了

  • Truncate Unicode String by Display Width at 2012年05月10日

    哇,一直想找这玩意儿

  • 如果一个 API 有 SOAP 和 REST 两个版本,你会选择哪个 at 2012年05月09日

    那还用说 XML 和 JSON

  • 有多少人在用 bundler1.1 ? at 2012年05月09日

    用了半年了吧

  • 哪里有 ruby1.87 的 Window 安装版本呀 at 2012年05月09日

    http://ruby.taobao.org/mirrors/ruby/windows/

  • 有什么比较经典的 VIM 的书? at 2012年05月09日

    我都忘了我是怎么学会的了

  • 某些国人还真的是热衷于作弊啊…… at 2012年05月09日

    这个猎头也太不靠谱了

  • 咋都是不到一分钟啦 at 2012年05月09日

    今天服务器异常重启后时区掉了,现在应该修好了

  • 可不可以编辑发贴的界面的时候加上范板功能 at 2012年05月09日

    想法是好,可是不好实现啊,我没法知道发帖的人是不是发问题

  • [已解决] 关于 Mechanize::Form::Field 选择 Form Field 的问题 (实现表单自动提交) at 2012年05月09日
    submit_form["ctl00$ContentPlaceHolder1$txtNumber"] = 1000
    
    

    这样试试呢!

  • 搭建 rubygems 镜像遇到的问题 at 2012年05月09日

    #9 楼 @AReverie latest_specs , prerelease_specs ... 这几个文件 rubygems-mirror 官方版本本来是没有提供的,我那个 fork 版本就是特意修正你目前说这个问题:

    https://github.com/huacnlee/rubygems-mirror/commit/80dacc687b3f8466f2833a6233bce077d7fb4249 https://github.com/huacnlee/rubygems-mirror/commit/2139075465982abb02981fa7d7288252782b0efa

    所以,我猜测或许你用错版本了

  • 本社区有从 PHP 转过来的吗? at 2012年05月09日

    #10 楼 @ruchee 反正我用 Python 做 Web 开发比 Ruby 差远了。 当然我也是很喜欢 Python 的

  • 本社区有从 PHP 转过来的吗? at 2012年05月09日

    这贴一定会火起来

  • 增加论坛的版主功能 at 2012年05月09日

    我也是反对这个形式

  • 请教 CarrierWave+mini_magick 时报错 at 2012年05月09日

    ImageMagick 没有安装,或者路径找不到

  • 成都这边用 Ruby / Rails 的公司多吗?需求大不? at 2012年05月08日

    #15 楼 @ruchee 主要业务做 iOS 和 Android 了

  • 国外哪里购买域名比较好的? at 2012年05月08日

    name

  • ruby-china 的头像的 url 链接为何来自本域名? at 2012年05月08日

    绑定一下域名就可以了

    l.ruby-china.org CNAME 指向到又拍云的地址就行了。

  • 首页 Web Development 节点可以不转行的 at 2012年05月08日

    #1 楼 @fleuria 你的修正手机上面测试通过吗?还有 /topics 页面是否正确?

  • [杭州][2012年05月08号] Ruby Tuesday at 2012年05月08日

    今天还是去 ThePlant

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