Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
花错
@flowerwrong
会员
第 9442 位会员 / 2013-10-06

广州
47 篇帖子 / 1109 条回帖
36 关注者
35 正在关注
233 收藏
人生有如花错
未设置 GitHub 信息。
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Rails 4-2-stable 参考手册 (Beta) at 2015年08月17日

    :plus1:

  • 经过近一个月的学习,我把博客用 Rails 重写了,你们有什么想问的 at 2015年08月14日

    我只想问,你还想用回 php 吗?

  • 函数的返回值你用 return 吗? at 2015年08月10日

    能不写就不写

  • [已解决] 请停止对「Ruby under a Microscope」一书的侵权 at 2015年08月08日

    #27 楼 @carolyn 啥?中文评论这哥们搞笑,你想太多。 至于这件事,国人普遍缺乏意识。肯定不是有意为之。告知就好了。

  • [已解决] 请停止对「Ruby under a Microscope」一书的侵权 at 2015年08月07日

    😄

  • [12 台减至 3 台] 用 Golang 重写 Sidekiq 的 worker at 2015年08月05日

    #2 楼 @rubyu2 好好奇

  • Unicorn 是如何与 Nginx 通讯的——介绍 Ruby 中的 Unix Socket at 2015年08月03日

    :plus:

  • [Teahour.FM#77] 专访原 JavaEye 的创始人 Robbin (终于复播了) at 2015年08月03日

    firefox 39.0 on linux HTTP "Content-Type" 中的 "video/mp4" 不支持 http-content-type-video-mp4-warning-in-firefox

  • 北京好多拆迁的 at 2015年07月31日

    女生?

  • [北京][2015年7月25日] Rails 入门培训 at 2015年07月25日

    姑凉们到吗?

  • 如何看待周末 + 晚上都加班的公司? at 2015年07月23日

    #15 楼 @blacktulip 这…

  • RAILS API TO BE PART OF RAILS 5 at 2015年07月21日

    #38 楼 @luikore #37 楼 @lgn21st 这样设计 JSON hash 是不是反模式?有很多重叠的地方,而且这样就只能as_json,不能玩ActiveModel Serializer 了

    {
      code: logical_code,
      msg: 'success or error msg',
      status: success/fail/error,
      data: array or obj data
    }
    
  • RAILS API TO BE PART OF RAILS 5 at 2015年07月20日

    #34 楼 @luikore 还有什么办法吗?手动构造 json hash 太麻烦了,目前用 jbuilder, 但总感觉 json 不是试图层的东西

  • 关于父子分类的查询问题 at 2015年07月16日

    gem awesome_nested_set

  • 在使用 image_tag 上有出现的问题,求指教,求指点 at 2015年07月15日

    <img src="<%= image_path(@profile.avatar.url(:normal)) %>" alt="" class="" />

  • 发送邮件 100 封,想要每 10 封做一个线程或者 Process at 2015年07月14日

    消息队列 sidekiq 等就行了。看你的需求是想并行来加速度?

  • 苹果也用 Rails at 2015年07月13日

    #20 楼 @msg7086 😪

  • uglifier 实在太慢了,建议大家用 closure-compiler at 2015年07月09日

    uglifier 花了 5 小时

    1. 我觉得应该是卡死了!!!
    2. 如果你是 ssh 到 server 执行,那么应该是断开了连接。
    3. 太可怕了!!!
  • 希望在 ROR 实现单表内全字段搜索 at 2015年07月09日

    简单的就直接上ransack,否则就上elasticsearch吧!!!

    elasticsearch gem list

    • 配合 rails 就用 elasticsearch-rails
    • elasticsearch ruby api gem 不好用,你还是得读官方文档
  • rails 开发中必备的 gem 推荐 at 2015年07月09日

    #14 楼 @chairy11 😪

    gem 'foreman'  # 统一管理多个启用应用,例如rails sidekiq等
    gem 'exception_notification'  # exception邮件提醒,配合hook也可以到HipChat等
    
    gem 'spring'
    gem 'awesome_print', require: false  # 打印hash等 beautify
    gem 'brakeman', require: false  # 漏洞检查,sql注入等
    gem 'rails_best_practices', require: false  # 如其名,代码检查
    gem 'rubocop', require: false  # 代码检查
    gem 'simplecov', require: false  # 测试覆盖率
    gem 'better_errors'  # 友好错误
    gem 'binding_of_caller'  # debug
    
  • rails 开发中必备的 gem 推荐 at 2015年07月09日
    gem 'foreman'
    gem 'exception_notification'
    
    gem 'spring'
    gem 'awesome_print', require: false
    gem 'brakeman', require: false
    gem 'rails_best_practices', require: false
    gem 'rubocop', require: false
    gem 'simplecov', require: false
    gem 'better_errors'
    gem 'binding_of_caller'
    
  • 我们 Rubyist 怎么跟前端工程师协作? at 2015年07月08日

    大多数前端是需要自行切图的,如果只在 Linux 下真的很难,毕竟 gimp 和 ps 不是同一级产品。有 mac 最好,没有那就虚拟机吧,我们的问题只在于 ps. 但也没法解决。

  • 我们 Rubyist 怎么跟前端工程师协作? at 2015年07月06日

    1, 用一天教他 Linux,然后开发环境是 windows+ 虚拟机 2, 直接上 mac

  • 关于 model 上操作的问题 at 2015年07月06日

    user_profile current_user 为 nil

  • osx rails 安装失败 at 2015年07月02日

    #1 楼 @ywjno +1

    # install command line tools
    cd /Applications/Utilities/
    xcode-select --install
    # select install
    
    gem install rails
    
  • 部署 GitLab 报错 undefined method `token_authentication_key=' for Devise:Module at 2015年07月01日

    #6 楼 @rei 有,但开 ss 都下载不来!!!

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