Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
李华顺
@huacnlee
Admin
NO. 2 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 Topics / 9058 Replies
959 Followers
53 Following
105 Favorites
Reward
GitHub Public Repos
  • autocorrect 1412

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

  • rails-settings-cached 1104

    Global settings for your Rails application.

  • rucaptcha 697

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

  • zed-theme-macos-classic 97

    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 19

    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-workspace 4

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

  • zed-lalrpop 3

    LALRPOP parser grammar support for Zed.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Ruby 命令行参数解析如何禁止解释通配符? at May 10, 2012

    试试 \*.\* 我猜测的

  • 利用又拍云 CDN 自动部署 Assets 文件 at May 10, 2012

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

  • 利用又拍云 CDN 自动部署 Assets 文件 at May 10, 2012

    @ruohanc 那个是直接上传的

  • 请问怎么和前端人员合作使用 Asset pipeline 最好? at May 10, 2012

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

  • 利用又拍云 CDN 自动部署 Assets 文件 at May 10, 2012

    顺便提一下一个 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 May 10, 2012

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

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

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

  • 本社区有从 PHP 转过来的吗? at May 10, 2012

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

  • 一个料很多的 PPT:10 Things You Didn't Know Rails Could do at May 10, 2012

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

  • 一个料很多的 PPT:10 Things You Didn't Know Rails Could do at May 10, 2012

    哇,见识了

  • Truncate Unicode String by Display Width at May 10, 2012

    哇,一直想找这玩意儿

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

    那还用说 XML 和 JSON

  • 有多少人在用 bundler1.1 ? at May 09, 2012

    用了半年了吧

  • 哪里有 ruby1.87 的 Window 安装版本呀 at May 09, 2012

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

  • 有什么比较经典的 VIM 的书? at May 09, 2012

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

  • 某些国人还真的是热衷于作弊啊…… at May 09, 2012

    这个猎头也太不靠谱了

  • 咋都是不到一分钟啦 at May 09, 2012

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

  • 可不可以编辑发贴的界面的时候加上范板功能 at May 09, 2012

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

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

    这样试试呢!

  • 搭建 rubygems 镜像遇到的问题 at May 09, 2012

    #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 May 09, 2012

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

  • 本社区有从 PHP 转过来的吗? at May 09, 2012

    这贴一定会火起来

  • 增加论坛的版主功能 at May 09, 2012

    我也是反对这个形式

  • 请教 CarrierWave+mini_magick 时报错 at May 09, 2012

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

  • 成都这边用 Ruby / Rails 的公司多吗?需求大不? at May 08, 2012

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

  • 国外哪里购买域名比较好的? at May 08, 2012

    name

  • ruby-china 的头像的 url 链接为何来自本域名? at May 08, 2012

    绑定一下域名就可以了

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

  • 首页 Web Development 节点可以不转行的 at May 08, 2012

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

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

    今天还是去 ThePlant

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