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

[email protected]
深圳
188 篇帖子 / 9165 条回帖
731 关注者
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**

  • geeknote 34

  • 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

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Sidekiq:导致 Frozen Worker 的两个风险 at 2015年01月15日

    调用支付宝接口,不但要 timeout,还要 retry。

  • 一套代码多个域名,怎么设置多个 root :to at 2015年01月15日

    https://github.com/chloerei/writings/blob/cc51d5f51636f16aa0468a0bf26d98e972ae88f7/config/routes.rb#L110

  • ruby1.8.7 如何安装 nokogiri at 2015年01月15日
    ERROR:  Could not find a valid gem 'nokorigi' (>= 0) in any repository
    ERROR:  Possible alternatives: nokogiri, nokorexi, nokogirl
    

    你不看字的么……

  • gem 包使用中,对相关 js, css 引用问题 at 2015年01月15日

    你两个问题不是冲突了么。

  • AngularJS 为什么成功了? at 2015年01月14日

    The problem with Angular http://www.quirksmode.org/blog/archives/2015/01/the_problem_wit.html

    Hacker News http://cheeaun.github.io/hackerweb/#/item/8886041

  • Rails 3.0.5 下 rake 不能工作,怎么破? at 2015年01月14日

    rake 版本写到 Gemfile 然后 bundle exec rake

  • [上海] Strikingly 团队招聘后端 / 运维工程师 at 2015年01月14日

    Y Combinator 经历也要晒一晒嘛。

  • 大家都是如何学习 Rails 开发的 at 2015年01月14日

    #15 楼 @rails_on_ll 你要在译者眼皮底下求盗版?

  • 大家都是如何学习 Rails 开发的 at 2015年01月14日

    #13 楼 @rails_on_ll 就写个博客好了。

  • 大家都是如何学习 Rails 开发的 at 2015年01月14日

    其实最重要的还是开始写,楼主你提到了博客,那么创建了项目了没有?

  • Rails 需要登录才能进行操作的 action 是否使用 collection 会好一点? at 2015年01月14日

    楼主说的是嵌套资源路由吧。让访问权限体现在 URL 里是比较好处理一点,Basecamp 是这样,Github 也是这样。

  • sinatra 中计划任务的问题 at 2015年01月14日

    #6 楼 @ywjno 我还没用上。

  • sinatra 中计划任务的问题 at 2015年01月14日

    #2 楼 @ywjno https://devcenter.heroku.com/articles/scheduler

  • 大家都是如何学习 Rails 开发的 at 2015年01月14日

    http://railstutorial-china.org/

  • Ruby-China 的会员们能合力做点什么商业项目吗? at 2015年01月14日

    The perils of mixing open source and money http://david.heinemeierhansson.com/2013/the-perils-of-mixing-open-source-and-money.html

  • 怎么抓取 https 页面的源码 at 2015年01月13日
    require 'open-uri'
    
    puts open('https://ruby-china.org/topics/23714').read
    
  • Ruby 为什么要设计成 13/(-3)=-5? at 2015年01月12日

    不自动转型,向下取整。

  • 为什么 Go 在中国这么流行?(英文) at 2015年01月12日

    我想到了!因为中国人多……

  • [北京 / 远程] 墨刀 (MockingBot) 招聘 Rails 全栈工程师 at 2015年01月12日

    厉害,已经需要招人了。

    团队目前有 3 个人,除我之外还有 2 个漂亮妹子

    这个要烧! 🔥 🔥 🔥

  • 被备案搞崩溃,求推荐靠谱的国外主机服务 at 2015年01月12日

    #11 楼 @moliliang 现在是过剩的,估计 1 G 都够了,不过增加一些冗余是好的。HTTPS 消耗可以忽略。

  • 为什么 Go 在中国这么流行?(英文) at 2015年01月12日

    国内大规模使用 Go 的我只想起七牛,感觉也没有特别流行。

    敢于用新技术说明公司由 Hacker 主导,会有不少技术优势。

  • 自己初学 Ruby on Rails 想做一个简单 Web 应用,求资料 at 2015年01月12日

    http://guides.ruby-china.org/ http://railstutorial-china.org/

  • 被备案搞崩溃,求推荐靠谱的国外主机服务 at 2015年01月12日

    #8 楼 @moliliang 是 https://selfstore.io/ ,目前是一台 2G 内存服务器。

  • 为什么 Go 在中国这么流行?(英文) at 2015年01月12日

    好像最后也没解释为什么流行,只是这个老外好奇 Google 在中国访问不了,为什么还有这么多人用 Google 的技术。

  • 字符创和日期之间的转换 at 2015年01月11日

    字符创是什么

  • 900w 条记录的数据表,怎么 select? at 2015年01月11日

    #4 楼 @zhangsm 主题"于 2 小时前发布"

  • 网站偶尔会打不开 at 2015年01月11日

    #11 楼 @hxh1246996371 楼主总是在“估计”,能实测一下吗?

  • 900w 条记录的数据表,怎么 select? at 2015年01月11日

    电话簿都有索引啊。

  • 网站偶尔会打不开 at 2015年01月11日

    看数据啊。

    top 看进程占用内存,free 看占用内存有多少是可以释放的缓存。如果内存全部被占用,数据库没有内存缓存数据,就会频繁的读写硬盘,硬盘速度跟不上,IO 跟着升高。如果确认是内存不够了简单办法就是增加内存,优化应用不一定短期能解决。

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