Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Rei
@Rei
Admin
NO. 1 / 2011-10-28

[email protected]
深圳
182 Topics / 9132 Replies
727 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
GitHub Public Repos
  • writings 940

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 前后端结合的奇怪问题 at April 29, 2016

    前端学 Rails 就解决了。

  • Rails 教程等电子书五折优惠 at April 29, 2016

    感谢安道为 Ruby 社区带来这么多优质的中文资料。

  • 因为 class 同名引起的问题如何解决? at April 29, 2016

    Auto reload 导致?

  • Ruby 2.3.1 Released at April 26, 2016

    升升升。

  • 网站接入支付宝必须要注册公司才行吗 at April 26, 2016

    必须注册,个人接口年内会终止。

  • 使用 ngx_mruby 打造简易 WAF at April 23, 2016

    rack-attack

  • npm 没有 Gemfile.lock 这样的机制,怎么想的? at April 21, 2016

    My node_modules are in git again https://medium.com/@bestander_nz/my-node-modules-are-in-git-again-4fb18f5671a#.icv7eu7wg

    1. node module 是另一种思维,但一样需要 lock down
    2. shrinkwrap 是 npm 的 lock down
    3. shrinkwrap 没有 bundle 完善,而且社区接受度还不高。
  • npm 没有 Gemfile.lock 这样的机制,怎么想的? at April 21, 2016

    如果某个包有 bug,从 1.0.0 升级到 1.0.1,但是 package.json 里面写的是 '^ 1.0.0',那么就可能有的人安装旧版遇到这个 bug,有的人安装新版没遇到。

  • 深圳 Ruby 活动 2016.04.16 活动总结 at April 20, 2016

    #8 楼 @cysh 我迟点写个文字版。

  • gem therubyracer 和 libv8 的安装问题 at April 20, 2016

    #4 楼 @zhujinshou 用 Vagrant 开个和部署环境一样的虚拟机做开发。

  • 关于 Mongoid 的问题 at April 20, 2016

    #6 楼 @easonlovewan where 查询结果是个集合,遍历集合元素的时候就会执行。

    你想要做什么?

  • 关于 Mongoid 的问题 at April 20, 2016

    后一个问题,mongodb 没有列,每个文档都有自己的模式,所以查不存在的字段是有效的。

  • 关于 Mongoid 的问题 at April 20, 2016

    延迟执行,访问内容的时候才执行,例如加个 .to_a

  • 深圳 Ruby 活动 2016.04.16 活动总结 at April 20, 2016

    辛苦组织者了~

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 18, 2016

    #29 楼 @42thcoder 不成功你可以不用啊。让你觉得这个 API 很简单就是他们写得好。

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 18, 2016

    #27 楼 @42thcoder https://github.com/rubygems/rubygems.org

    一个成功例子还不够?我倒没看见说 Grape 比 Rails 好有实例的。

    Grape 跟 Rails 有个失败例子,之前 Ruby China 有个权限漏洞,原因是 Grape 跟 Rails 过滤参数不一致,导致 Mongodb 注入。

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 18, 2016

    #25 楼 @nouse 这些人 Rails 用得不够熟练。

  • [已结束][深圳][2016.04.16] 深圳 Ruby 4月 份活动 at April 17, 2016

    #26 楼 @will7v 向下翻页了么?按 `o` 展开。

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 17, 2016

    #21 楼 @numbcoder 在 Web 项目服务端也不相信请求的参数。

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 17, 2016

    #17 楼 @numbcoder 不知道这些教条主义是怎么起来的。

    每天使用的 rubygems.org api 就是个 Rails 项目。

  • [已结束][深圳][2016.04.16] 深圳 Ruby 4月 份活动 at April 16, 2016

    PPT http://chloerei.com/rails-frontend/

  • 同时需要 API 和 Web 页面的 Rails 项目,怎样结合 Grape 和 Rails? at April 15, 2016

    不要混用,就用 Rails。

  • 有人使用 Docker 来简化部署 Rails 的吗? at April 15, 2016

    现在用阿里云部署,构建过程各种网络问题,我也想用 docker 打包一个镜像然后发布了。

  • 同构化的 React + Redux 服务端渲染 at April 15, 2016

    #13 楼 @1272729223

  • 记录一次踩到 Turbolinks 坑的经历 at April 14, 2016

    知其然而不知其所以然。

  • 天天逛社区,看推文招聘,一家南京的公司都木有,上天无路,入地无门 at April 14, 2016

    #13 楼 @maomaoxgg 这个节点内容瞎扯淡我可以放低要求,但是标题是所有人都会看到的。

  • 天天逛社区,看推文招聘,一家南京的公司都木有,上天无路,入地无门 at April 14, 2016

    标题/正文描述不清不楚;

    移到 nopoint

  • 天天逛社区,看推文招聘,一家南京的公司都木有,上天无路,入地无门 at April 14, 2016

    #8 楼 @maomaoxgg 蓝鲸是哪里,宝宝是谁,不说怎么又发贴。

  • 天天逛社区,看推文招聘,一家南京的公司都木有,上天无路,入地无门 at April 14, 2016

    好好说话。

  • Rails Model 保存或者更新的时候针对个别字段特殊处理怎么写方便 at April 13, 2016
    def price_double
      price * 2
    end
    
  • Prev
  • 1
  • 2
  • …
  • 63
  • 64
  • 65
  • 66
  • 67
  • …
  • 272
  • 273
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English