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

[email protected]
深圳
182 篇帖子 / 9132 条回帖
727 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 关于 rails 中子查询的问题 at 2012年08月24日

    #3 楼 @w353284782 用到别名还是用 find_by_sql 了,因为某些情况下(比如 includes)AcitveRecord 会添加自己的别名,容易冲突。

  • 关于 rails 中子查询的问题 at 2012年08月24日

    字符串形式的 where

  • apache+passenger vs nginx+unicorn at 2012年08月24日

    nginx + passenger 呢?

  • 谁说 Ubuntu 好用? at 2012年08月23日

    执行某个程序:打开菜单 -> 找到某个程序 -> 点击图标

  • 在 Ubuntu 下安装 Rails,每次重启后,都提示未安装 Rails at 2012年08月23日

    Ubuntu 终端的问题

    https://rvm.io/integration/gnome-terminal/

  • 新一代码农女神? at 2012年08月22日

    其实以前讨论过啊 http://ruby-china.org/topics/2250

  • 六级没过,这意味着我学习 Ruby 又多了一点障碍 at 2012年08月21日

    别考了,看实际用的书

  • 照着书上写第一个 rails 项目,是不是配置错误啊 at 2012年08月19日

    f word 不助于解决问题,消消火。

    贴的错误信息太少了,不好判断。用的是 Windows,这里有经验的不多。

  • Run 了一下 gem push 把 rubygems.org 给 push 挂了 at 2012年08月17日

    哦~~~你惨咯~~

  • Rails3 Helper 默认全加载 at 2012年08月17日

    擦,这样很容易命名冲突的。不知为啥默认都加载。

  • 社区少了一些高质量的贴子 at 2012年08月17日

    我自己维护一个论坛的感觉来说,长的文章还是适合放在博客,然后转贴链接到社区。

  • 正在看一套 Sinatra 的教程,看到一半卡壳了,希望大侠帮帮我 at 2012年08月17日

    #4 楼 @sphawkcn POST 表单里面的 task[name] 字段和值会自动转换为一个 Hash {:task => {:name => value}},params 这个方法就用来访问这个 Hash。

  • 如何将已有的数据库移植到新的 rails 中 at 2012年08月16日

    开发完成再导入。

  • 用 ruby.taobao.org 不是一般的蛋疼阿 at 2012年08月16日

    你的 Gemfile 是不是写了 source。

  • 关于 Assets Pipeline at 2012年08月16日

    我现在已经无法接受没有 asset pipeline 的环境了。

  • Ruby Programming (第 2 版) 还是 Programming Ruby 中文版 (第 2 版)? at 2012年08月15日

    Ruby Programming 比较正经 Programming Ruby 比较风趣

  • 写给大家看的 Rails 部署:第一篇 简单快捷的部署方案 at 2012年08月14日

    #47 楼 @1272729223 是的 :kissing_face:

  • 写给大家看的 Rails 部署:第一篇 简单快捷的部署方案 at 2012年08月14日

    #43 楼 @JeskTop http://codecampo.com 这个网站,一个进程 40m 内存,我开了 3 个进程,大部分时间都是空闲的(多么希望遇到性能问题)。访问人数不多的时候,各个部署方案在性能上没什么差别,主要看你觉得是否方便管理。

  • 项目中如果用到了 mongodb,大家会用 Mongoid 吗? at 2012年08月12日

    #4 楼 @WilliamZhu 如果有就想用,当初是因为 Rails 版本低用不上 mongoid。

  • 项目中如果用到了 mongodb,大家会用 Mongoid 吗? at 2012年08月12日

    以前 iteye 的消息系统第一版用 mongo 驱动来写,很多重复代码。为了精简代码,用 mongoid 不是坏事。

  • Capstrano 经验分享 at 2012年08月10日

    passenger 的初始化加载可以在 nginx.conf 里面设置

    passenger_pre_start http://foo.com/;

    http://www.modrails.com/documentation/Users%20guide%20Nginx.html#PassengerPreStart

  • 我给 admin 添加了一个 name 的字段,但是访问 @admin.name 的时候报错 at 2012年08月09日

    @admin 为 nil

  • which is best? at 2012年08月09日

    我用 user.name,觉得 user.username 重复了。

  • 北京天气如何 at 2012年08月08日

    北京天气极端,坏的时候很坏,好的时候很好,坏/好比例 3/1。

  • 帖子内的图标体验不统一. at 2012年08月08日

    确实

  • 苹果团用 PB 做的这些功能,挺好的 at 2012年08月08日

    #7 楼 @daqing 还有标签属性轻松很多,之前敲 {} => 的时候手总要抽筋,现在只要空格和 = 就可以了。

  • 苹果团用 PB 做的这些功能,挺好的 at 2012年08月08日

    #3 楼 @metal erb 写得蛋痛。倒是可以考虑转 slim。

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