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

[email protected]
深圳
188 Topics / 9152 Replies
730 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
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

  • geeknote 15

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 大家都是如何学习 Rails 开发的 at January 14, 2015

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

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

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

  • sinatra 中计划任务的问题 at January 14, 2015

    #6 楼 @ywjno 我还没用上。

  • sinatra 中计划任务的问题 at January 14, 2015

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

  • 大家都是如何学习 Rails 开发的 at January 14, 2015

    http://railstutorial-china.org/

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

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

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

    不自动转型,向下取整。

  • 为什么 Go 在中国这么流行?(英文) at January 12, 2015

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

  • [北京 / 远程] 墨刀 (MockingBot) 招聘 Rails 全栈工程师 at January 12, 2015

    厉害,已经需要招人了。

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

    这个要烧! 🔥 🔥 🔥

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

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

  • 为什么 Go 在中国这么流行?(英文) at January 12, 2015

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

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

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

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

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

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

  • 为什么 Go 在中国这么流行?(英文) at January 12, 2015

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

  • 字符创和日期之间的转换 at January 11, 2015

    字符创是什么

  • 900w 条记录的数据表,怎么 select? at January 11, 2015

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

  • 网站偶尔会打不开 at January 11, 2015

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

  • 900w 条记录的数据表,怎么 select? at January 11, 2015

    电话簿都有索引啊。

  • 网站偶尔会打不开 at January 11, 2015

    看数据啊。

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

  • 刚刚参加工作,ruby 开发,求大神们指导下 at January 11, 2015

    #4 楼 @fate 我试想我处于这样的环境也不知道怎么拯救自己。

  • 刚刚参加工作,ruby 开发,求大神们指导下 at January 11, 2015

    太可怕了。

  • 微信 Js-SDK 发布,感觉要逆天啊! at January 10, 2015

    H5 助你出任 CEO,迎娶白富美,走向人生巅峰!

  • 关于布署时的一些疑惑 at January 10, 2015
    1. http://guides.ruby-china.org/security.html#%E4%BC%9A%E8%AF%9D%E5%AD%98%E5%82%A8

    2. http://guides.ruby-china.org/asset_pipeline.html#%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83

  • 求帮忙看看这句代码的逻辑是什么? at January 10, 2015

    给原作者发邮件啊。

  • @Rei 能分享下你那些经典配图吗 :) at January 09, 2015

    IT 相关 http://devopsreactions.tumblr.com/

    别的例如想起某个电影场景都是 google 的。

  • Ruby 有《Ruby 元编程》,Javascript 有什么? at January 09, 2015

    #2 楼 @answer 是的。

  • Ruby 有《Ruby 元编程》,Javascript 有什么? at January 09, 2015

    大概是《JavaScript: The Good Parts》。

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