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月08日

    #35 楼 @zeeler 期待分享一下高请求下的部署经验。

  • no such file to load --mongo (Loaderror) at 2012年08月08日

    #12 楼 @jialezhang 不要关注浏览器,要关注的是「apache 启动的 ruby 不能找到 gem」

  • no such file to load --mongo (Loaderror) at 2012年08月08日

    #10 楼 @jialezhang 没用过 cgi 的方式,检查下 apache 调用 ruby 脚本的时候是不是使用了你需要的版本。

  • slim,把 erb 改成 slim 之后,表单提交报错。 at 2012年08月08日

    因为你是自己写 input 和 textarea 标签,name 对不上。用

    f.text_field :title
    f.text_area :content
    
  • Rails 下有什么比较好的博客框架嘛? at 2012年08月08日

    现在比较流行 jekyll

  • Javascript runtime error at 2012年08月07日

    你可以装系统级别的,sudo apt-get install nodejs

  • 使用 Passenger 的 install Nginx 报错,无法安装。 at 2012年08月07日

    Phusion Passenger works on any POSIX-compliant operating system. In other words: practically any operating system on earth, except Microsoft Windows.

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

    不支持 windows

  • 在 Cells 里面调用 Devise 的 current_user 方法 at 2012年08月06日

    #4 楼 @huacnlee 我一般会在 helper

    render :patial => 'shared/name'
    

    help 里的 render 跟 view 里面应该一样用。

  • 在 Cells 里面调用 Devise 的 current_user 方法 at 2012年08月06日

    #2 楼 @ywencn 放在 helper 目录下面的代码,和放在 cell 目录下的代码,会有多少区别呢?而且我觉得 cell 的调用层次更深。

  • 在 Cells 里面调用 Devise 的 current_user 方法 at 2012年08月06日

    我还是觉得 cell 没啥必要,helper + partial template 已经可以完成它的功能。

  • 用 Taobao 的 gem 源也会被强么? at 2012年08月06日

    连接数超了?

  • no such file to load --mongo (Loaderror) at 2012年08月06日

    #5 楼 @jialezhang 额,什么是放在浏览器里面?

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

    #30 楼 @fresh_fish 我没有实践过,所知道的也是 31 楼链接的内容。

  • no such file to load --mongo (Loaderror) at 2012年08月06日
    #!/usr/bin/env ruby
    
  • no such file to load --mongo (Loaderror) at 2012年08月06日

    #!/usr/bin/ruby 真的指向你的 ruby 1.9.3 ?

  • 有没有用 rails+opengl 开发的案例? at 2012年08月06日

    这是纯客户端的把,跟 Rails 没多大关系。

  • 如何在 production.rb 中设置发件人的别名 at 2012年08月06日

    #2 楼 @charleslei 在你的 Mailer 里面设置。因为发件人是邮件里的内容,smtp_settings 是管理连接。

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

    #27 楼 @Guest 我不翻墙能打开

  • ruby.taobao.org 镜像目前得到了 Rubygems 官方的帮助 at 2012年08月06日

    = =史无前例啊!

  • 为什么开店的时候你不用淘宝而选择自己搭建商城? at 2012年08月06日

    淘宝的抽成很高吗?希望有经验的讲解。

    我觉得自己做主页,支付过程放淘宝是不错的选择。

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

    #24 楼 @huacnlee 因为怕文章过长,把原定想写的用户权限给去掉了,结果发现用户权限果然是个问题。

  • ios 可以刻录到 dvd 上作为安装盘吗? cd 用光了 at 2012年08月06日

    可以写到 u 盘,重复利用

  • skype for linux 已经出正式版啦. at 2012年08月06日

    软件要求 Qt 4.6.0

    倍感欣慰

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

    #20 楼 @evan 需要优化。passenger 还有进程池,最小进程数,部署后马上载入这些参数可以设置。要合理利用服务器内存,进程数是需要配置的。

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

    Rails 应用现在是多进程模型,要响应更多的请求,就开更多的进程,内存需求就越大。

  • 有人部署过<web application>书中的那个 holla 的代码吗? at 2012年08月05日

    #8 楼 @zhkzyth 是墙……

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

    #18 楼 @evan 是的,不能放在 root 用户下。

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

    #12 楼 @evan rails s -e production 的提示加上了

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