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

[email protected]
深圳
189 Topics / 9169 Replies
732 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**

  • 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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 如何用 carrierwave 把已有的文件传到 store (云端)?? at February 17, 2014

    写脚本。

  • 大家看到 rvm2 的新 logo 了吗? at February 16, 2014

    I don't care.

  • 感觉 Tutorial 比敏捷开发好多了 at February 16, 2014

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

  • 豆瓣 code 开源了…… at February 16, 2014

    大公司病。

  • 感觉 Tutorial 比敏捷开发好多了 at February 16, 2014

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

  • 豆瓣 code 开源了…… at February 15, 2014

    TL; DR Github 更好。

  • 在 Rails 3 的 ActionMailer 视图中如何生成 image 的 full url? at February 15, 2014
    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 February 14, 2014

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

  • Grape 有什么办法一次性更新所有参数? at February 14, 2014

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

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

    是不是跟空格有关?

  • 豆瓣 code 开源了…… at February 14, 2014

    谁跑起来了截个图……

  • Grape 有什么办法一次性更新所有参数? at February 14, 2014

    ActiveRecord 就是 update_attributes 啊,是用 ActiveRecord 吗?

  • Rails 数据库编码自动转换 at February 14, 2014

    数据库也使用 utf8。

  • 开发 website 连接外部数据库 (多个数据库) 配置 at February 13, 2014

    排版

  • RubyConfChina 2013 幻灯片汇集 at February 13, 2014

    #75 楼 @chunlea 是的。

  • 关于 Markdown 的 ToC,你还想要什么功能? at February 13, 2014

    #26 楼 @i5ting 已处理

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

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

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

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

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

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

  • 一个邮件功能的测试 at February 12, 2014

    到垃圾邮件箱看看。

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

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

  • 风格变明快了 at February 12, 2014

    面包屑有点怪。

    支持白色。

  • [前端框架] Bootstrap 3 与 Foundation 5 的五大区别 (译) at February 11, 2014

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

  • Ruby vs Python at February 10, 2014

    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 February 10, 2014

    #10 楼 @rasefon Coffee 呢?

  • [前端框架] Bootstrap 3 与 Foundation 5 的五大区别 (译) at February 10, 2014

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

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

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

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