Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
jim.h
@jijin
高级会员
第 3176 位会员 / 2012-08-08

广州
13 篇帖子 / 96 条回帖
1 关注者
6 正在关注
116 收藏
GitHub Public Repos
More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Teahour#58: 跟池建强聊阅读,写作以及人生元编程 at 2014年07月04日

    很早就在多看阅读上面买了《Mac 元编程》。

  • [深圳 + 广州] NodeSchool 线下教学 (免费) at 2014年07月01日

    赞!顶上去!!!

  • Chrome 插件,Github 控值得拥有 at 2014年05月16日

    #7 楼 @blacktulip 没发现大哥老早就分享了。

  • 为毛天津没有 ror 的公司 at 2014年05月05日

    额,有啊,优众网 ,还有招聘贴呢。

  • [深圳] 前谷数据有限公司 -- 诚聘 Ruby on rails 后端开发工程师 2 名 at 2014年04月22日

    纯帮顶,支持家乡企业。

  • [广州] 艾道信息咨询 诚聘 前端开发工程师 / ROR 开发工程师 / 实习生 ( Round 2 ) at 2014年04月16日

    赞!环境真好!!!

  • 用 CSS 写了几个 hover 特效,求拍砖 at 2014年04月08日

    赞!

  • 还有人要 Atom 邀请码吗 at 2014年03月17日

    求赐尝鲜:jijin.huang2012#gmail.com谢谢

  • [广州] 本月下旬,广州有什么线下活动吗 at 2014年03月14日

    支持,支持,可惜人不在广州。

  • [广州] 靠谱团队诚聘 Rails 开发工程师 / 实习生 /UI 设计师 at 2014年03月06日

    默默点赞。

  • 送 promition code 了, 轻巧实用的屏幕测量工具 Dimension (Mac) at 2014年02月28日

    谢谢楼主,恭喜楼主。

  • Ruby 1.9+ 的字符编码 at 2014年01月20日

    刚好补补编码有关的知识,谢谢分享。

  • 分享一本 Rails 的新书《learn-ruby-on-rails》 at 2013年12月03日

    @jxs471494539 来晚了,求分享 [email protected]

  • [深圳][其他包住] 简单 BIZ 招 Rails 开发人员 (论从招聘贴质量来体现诚意) at 2013年11月29日

    顶!

  • [广州] 招聘 Ruby/Rails 开发人员 at 2013年09月18日

    赞!

  • kaminari 不能现实分页的问题 at 2013年09月06日

    目测问题如@runup 所说的,多建几条,然后

    Article.page(params[:page]).per(1)
    

    这样应该就能看见效果了。

  • 最近工作很累,然后今天去游泳了,结果。。。 at 2013年07月22日

    没英雄救美?

  • rails 4.0 建立项目默认缺少 2 个 gem,导致启动失败。 at 2013年07月13日

    http://ruby-china.org/topics/1605

  • 我與依依的橙色岁月 at 2013年07月12日

    顶!!!

  • 关于 Rails update 的问题 at 2013年07月03日

    直接 @user.update_attribute(:password, "123456"), 不知道可不可以。

  • Rails 新手应该怎么接手一个新的 Rails 项目 at 2013年07月02日

    先让项目跑起来,点哪块看哪块。

  • Rails 的第一个项目简单的论坛 at 2013年06月10日

    知乎?

  • gem install rails 以后一直没有反应 at 2013年06月08日

    淘宝镜像

  • 想问一下,Kindle Paperwhite 的显示效果如何?尤其是对 PDF 文件 at 2013年06月08日

    #2 楼 @skandhas PDF 用 Kindle 看,有 bug,会自动退出,新版的不知清楚。

  • 想问一下,Kindle Paperwhite 的显示效果如何?尤其是对 PDF 文件 at 2013年06月07日

    个人感觉不太好。

  • 《Ruby on Rails Tutorial》中文版限免 at 2013年06月02日

    #104 楼 @karidyang 如果你用 firefox,装个 epubreader 插件就行了。

  • 仿照 Sinatra 写了一个简单的 web 框架 at 2013年06月01日

    哈哈!你冒泡了。

  • [福利] 七牛新后台上线 携手 Ruby China 放送现金券 at 2013年06月01日

    [email protected]

  • 有没有高手可以一一讲解这些 gem 的应用 at 2013年04月11日

    @huacnlee 华顺你好,请问 ruby-china 源码 gemfile 里这样

    gem 'grape', :github => 'intridea/grape', :branch => 'frontier'

    然后

    bundle install Updating git://github.com/intridea/grape.git fatal: ambiguous argument 'frontier': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' Git error: command git rev-parse frontier in directory /Users/hjj/.rvm/gems/ruby-1.9.3-p392/cache/bundler/git/grape- c77c5fb0336b00082cc45f4584f3dddedc8cb513 has failed. If this error persists you could try removing the cache directory '/Users/hjj/.rvm/gems/ruby-1.9.3-p392/cache/bundler/git/grape- c77c5fb0336b00082cc45f4584f3dddedc8cb513'

    改成

    gem 'grape'

    bundle install 通过,但是启动却这样

    ruby-china git:(master) ✗ rails s => Booting Thin => Rails 3.2.13 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /Users/hjj/open_source/ruby-china/app/grape/entities.rb:5:in <module:APIEntities>': uninitialized constant Grape::Entity (NameError) from /Users/hjj/open_source/ruby-china/app/grape/entities.rb:4:inmodule:RubyChina' from /Users/hjj/open_source/ruby-china/app/grape/entities.rb:3:in <top (required)>' from /Users/hjj/.rvm/gems/ruby-1.9.3-p392/gems/backports- 2.6.7/lib/backports/tools.rb:314:inrequire'

    在 app/grape/entities.rb 文件里 require‘grape’也不行,该怎么改呢

  • [结贴] 手贱,升级了一下 RVM,结果所有 Ruby 版本没了,也装不回。 at 2013年03月27日

    #4 楼 @ywjno 尝试过,

    $rvm requirements Installing requirements for osx, might require sudo password. Skipping brew update make sure your formulas are up to date. Cowardly refusing to continue, please read 'rvm autolibs'.

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