Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rei
@Rei
管理员
第 1 位会员 / 2011-10-28

[email protected]
深圳
186 篇帖子 / 9147 条回帖
728 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
GitHub Public Repos
  • writings 941

    [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

  • htmlrenderer 12

  • rich-text-editor 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • GitHub 大幅降低了资费, 7 刀无限私有仓库 at 2016年05月12日

    之前买了 12 刀,现在可以省 5 刀了!

  • 新手求教,bundle install 总是失败应该怎么弄,是因为被墙的原因么?rails server 总是报错说缺少宝石。 at 2016年05月11日

    简单方法

    翻墙,什么都不用改,运行 bundle install。

    困难方法

    替换 Gems 源:

    $ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
    $ bundle config mirror.https://rubygems.org https://gems.ruby-china.org
    

    运行 bundle install,祈祷可以一次成功。如果不行,可能是 ruby china 源的云储存出了问题。

  • 请在正式发布前加上个 staging 环境。 at 2016年05月10日

    尽可能的保持开发,预发布,线上环境相同

    http://12factor.net/zh_cn/dev-prod-parity

  • TIOBE 2016 年 5 月 Ruby 又爬上去了 at 2016年05月10日

    https://speakerdeck.com/tehviking/surviving-the-framework-hype-cycle

  • GitHub 中国区前 100 名到底是什么样的人? at 2016年05月09日

    看些有用的:

    How To Become A Hacker

    http://idarkside.org/docs/hacker-howto.html

  • TIOBE 2016 年 5 月 Ruby 又爬上去了 at 2016年05月08日

    #3 楼 @046569 这个榜会影响新增入门者、工作机会、在公司使用 Ruby 的阻力等等。

  • 通过 Nginx 启用 HTTP/2 at 2016年05月08日

    Assets Pipeline 是一个接口,可以接入各种预处理程序,包括打包也只是其中一个预处理程序。开发模式下默认把打包给关了,不就可以利用 server push 了嘛。

  • Turbolinks 向导 at 2016年05月06日

    #37 楼 @xiao__liang 看官方文档吧,我的文章过时了。

  • 大量网站易受 ImageMagick 漏洞影响 at 2016年05月06日

    注意现在 policy.xml 增加到 9 条。

  • 大量网站易受 ImageMagick 漏洞影响 at 2016年05月06日

    https://imagetragick.com/ 汇总

  • 2016 年后 Web 开发趋势是什么 at 2016年05月04日

    趋势就是全栈,区别是后端想用什么语言。

  • 用源 gems.ruby-china.org 报错,之后用 ruby.taobao.org 替代后好了,请管理员关注下 at 2016年05月03日

    这是各种云储存 CDN 的试金石。

  • 前后端结合的奇怪问题 at 2016年04月29日

    前端学 Rails 就解决了。

  • Rails 教程等电子书五折优惠 at 2016年04月29日

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

  • 因为 class 同名引起的问题如何解决? at 2016年04月29日

    Auto reload 导致?

  • Ruby 2.3.1 Released at 2016年04月26日

    升升升。

  • 网站接入支付宝必须要注册公司才行吗 at 2016年04月26日

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

  • 使用 ngx_mruby 打造简易 WAF at 2016年04月23日

    rack-attack

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

    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 2016年04月21日

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

  • 深圳 Ruby 活动 2016.04.16 活动总结 at 2016年04月20日

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

  • gem therubyracer 和 libv8 的安装问题 at 2016年04月20日

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

  • 关于 Mongoid 的问题 at 2016年04月20日

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

    你想要做什么?

  • 关于 Mongoid 的问题 at 2016年04月20日

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

  • 关于 Mongoid 的问题 at 2016年04月20日

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

  • 深圳 Ruby 活动 2016.04.16 活动总结 at 2016年04月20日

    辛苦组织者了~

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

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

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

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

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

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

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

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

  • [已结束][深圳][2016.04.16] 深圳 Ruby 4月 份活动 at 2016年04月17日

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

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