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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 大家看到 rvm2 的新 logo 了吗? at 2014年02月16日

    I don't care.

  • 感觉 Tutorial 比敏捷开发好多了 at 2014年02月16日

    #13 楼 @levi0214 它让我看得不舒服,所以对我一点好处都没

  • 豆瓣 code 开源了…… at 2014年02月16日

    大公司病。

  • 感觉 Tutorial 比敏捷开发好多了 at 2014年02月16日

    因为 Rails Tutorial 用了 Rspec,所以我投 -1。

  • 豆瓣 code 开源了…… at 2014年02月15日

    TL; DR Github 更好。

  • 在 Rails 3 的 ActionMailer 视图中如何生成 image 的 full url? at 2014年02月15日
    config.action_mailer.default_url_options = { host: 'example.com' }
    

    http://guides.rubyonrails.org/action_mailer_basics.html#generating-urls-in-action-mailer-views

  • Grape 有什么办法一次性更新所有参数? at 2014年02月14日

    我觉得,如果用另一个 Framework 希望实现 Rails 的功能,那么不如就用 Rails。

  • Grape 有什么办法一次性更新所有参数? at 2014年02月14日

    #8 楼 @wuwx Rails 在没有 strong_parameters 之前用 Hash#slice(ActiveSupport)过滤 params。

  • 关于在 Windows 上运行本地命令的问题 - 之二 at 2014年02月14日
    system (%Q|"C:\\Program Files\\WinRAR\\WinRAR.exe" a #{abc} #{abc}|)
    
  • 关于在 Windows 上运行本地命令的问题 - 之二 at 2014年02月14日

    是不是跟空格有关?

  • 豆瓣 code 开源了…… at 2014年02月14日

    谁跑起来了截个图……

  • Grape 有什么办法一次性更新所有参数? at 2014年02月14日

    ActiveRecord 就是 update_attributes 啊,是用 ActiveRecord 吗?

  • Rails 数据库编码自动转换 at 2014年02月14日

    数据库也使用 utf8。

  • 开发 website 连接外部数据库 (多个数据库) 配置 at 2014年02月13日

    排版

  • RubyConfChina 2013 幻灯片汇集 at 2014年02月13日

    #75 楼 @chunlea 是的。

  • 关于 Markdown 的 ToC,你还想要什么功能? at 2014年02月13日

    #26 楼 @i5ting 已处理

  • ruby-china 新界面取消 Breadcrumb , 你觉得应该保留还是不? at 2014年02月12日

    感受了一下,对面包屑没有留恋,我的鼠标上有后退键。

  • 不知道是否是自己想复杂了,求解惑。 at 2014年02月12日

    如果可以换组件,Postgresql 有 HStore 类型,Elasticsearch 添加索引的时候是无模式的,解决你的问题。

  • 运行 rake assets:precompile 时总是出现编码问题,但是并没有写错啊 at 2014年02月12日

    #7 楼 @zhq_zhq 不主动提供细节谁能帮到你啊?

  • 一个邮件功能的测试 at 2014年02月12日

    到垃圾邮件箱看看。

    不知道用的是什么邮件发送服务,默认应该用的是系统的 sendmail 命令,看看日志(Linux 在 /var/log/mail)是否发送成功。

    我的经验是用自己服务器上的邮件发送服务总是问题多多,还有可能被当作垃圾邮件,最好用专门的邮件服务比如 SES,Mailgun 等。

  • 风格变明快了 at 2014年02月12日

    面包屑有点怪。

    支持白色。

  • [前端框架] Bootstrap 3 与 Foundation 5 的五大区别 (译) at 2014年02月11日

    #7 楼 @darkbaby123 我觉得更好的方法是每个设备自己优化 px 的最佳显示比例,如果要开发者针对每个设备写 media query 那又是一个调试地狱了。

  • Ruby vs Python at 2014年02月10日

    Which better?

    Depending on your situation. Ruby is the first choice in most cases for me, unless there is a better solutions or I have no choice, for example: Javscript in browser.

    How to choose?

    Consider this questions:

    • What language is the standard in your target platform.
    • What language is using in your favorite company.
    • What language is using by your favorite developer.
    • What language make you happy.
  • Ruby vs Python at 2014年02月10日

    #10 楼 @rasefon Coffee 呢?

  • [前端框架] Bootstrap 3 与 Foundation 5 的五大区别 (译) at 2014年02月10日

    Foundation 没用过,之前用了另一个基于 rem 的框架 semantic-ui,rem 实用度并不如想象中高,我觉得 px 的显示效果应该交给设备自行优化。

    Bootstrap 如果一点不改就会产生大量雷同设计,非常无趣,不过真正掌握了的人是可以做出很优秀的设计的,看这个列表 http://expo.getbootstrap.com/ 。

    Bootstrap 适合快速搭建原型,之后再根据实际情况设计第二版,我下一个项目在用 Bootstrap。

  • 选取文章中第一张图片,如何写的更优雅一点 at 2014年02月09日
    <%= image_tag article_first_image_url(article) %>
    
    module ArticlesHelper
      def article_first_image_url(article)
        ...
      end
    end
    
  • 上一页
  • 1
  • 2
  • …
  • 146
  • 147
  • 148
  • 149
  • 150
  • …
  • 273
  • 274
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English