Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Grayson Chen
@cgg5207
Member
NO. 4366 / 2012-11-05

[email protected]
the9.com
上海
0 Topics / 53 Replies
1 Followers
0 Following
502 Favorites
GitHub Public Repos
More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 性能优化案例分析之一:软删除是慢查询的罪魁祸首? at November 09, 2017

    这个 https://github.com/airblade/paper_trail

  • 一年后回来发帖,我的情况更加糟糕了,想从事开发,跪求指导。 at June 28, 2017

    “背了二十五万卡债,可支配资金大概 8 万左右”

    楼主还有女友啊,人生多少美好啊。

  • Rails 5.1 使用 yarn 和 webpack 实战 (vue, 构建等) at May 03, 2017

    改改估计应该也可以支持 webpack compile assets local with capistrano

  • 《Ruby 源码剖析》现已上市! at November 29, 2016

    已下单

  • [译] Awesome Rails Gem 中文版 at November 21, 2016

    👍

  • 基于 html-pipeline 重构了 Markdown 处理器,支持插入 Youtube 视频了 at October 06, 2016

    👍

  • Startcom 证书已经不靠谱 at September 08, 2016

    之前配了下记录了步聚 获取 Let’s Encrypt 免费的 https 证书

  • [已解决] Grape 的路由不能用 rake routes 显示? at May 21, 2015

    https://github.com/ruby-china/ruby-china/blob/master/app/controllers/home_controller.rb#L11

  • API V3 上线,实现 OAuth 2 认证,以及完善之前一直欠缺的 API 接口 at May 19, 2015

    酷 :plus1:

  • Rails Conf 2015 心得 at May 10, 2015

    :plus1:

  • UJS + SJR + Assets Pipeline + Turbolinks 资料 at April 25, 2015

    :plus1:

  • Ryan Bates 是要回来了吗?! at March 30, 2015

    👏

  • 怎么给一个已经写了大半的 Rails 项目重命名 at March 29, 2015

    https://github.com/morshedalam/rename

  • 开源一个股权众筹平台 - 创业赢 at March 25, 2015

    :plus1: 果断的收藏! 职业病,让我想到 cygwin!

  • 极客学院的课程挺好的 at March 21, 2015

    :plus1: 顶起!

  • starry.so 开源出来了 at March 13, 2015

    :plus1: 支持开源!

  • 自己开的介绍 Web 开发(偏 Rails)的微信订阅号 at February 06, 2015

    :plus1: 果断订阅!

  • 搞了个基于 Rails 的论坛系统,欢迎来玩 at February 06, 2015

    :plus1:

  • 难以忍受 Yosemite 卡顿,看看抹盘重装看看如何 at November 27, 2014

    @dddd1919 @shangrenzhidao
    硬盘的原因,也是有的。你看下我刚刚发的 youtube 最后几分钟的测试知道啦。 我的内存使用情况

  • 难以忍受 Yosemite 卡顿,看看抹盘重装看看如何 at November 27, 2014

    @kgen 赞!买新的自然是好的,省事省时间!但是也可以发挥下 DIY 精神嘛。SSD 也可以加装一个https://www.youtube.com/watch?v=vziz5c7Bs00 话说回来,身为一个已婚的 IT 男,每笔 3C 产品还是需要,领导的批准的!你懂的!

  • 难以忍受 Yosemite 卡顿,看看抹盘重装看看如何 at November 27, 2014

    @shangrenzhidao 官方传言是支持 8g,其则不然!

  • 难以忍受 Yosemite 卡顿,看看抹盘重装看看如何 at November 27, 2014

    加内存 换 SSD。 清理内存的,可以顶一顶先用着。

    https://itunes.apple.com/cn/app/memory-clean/id451444120?l=en&mt=12 https://itunes.apple.com/cn/app/memory-free-2/id460794201?l=en&mt=12

  • 紧急求助:请推荐可以在线生成 iPhone 和 iPad 界面效果图的网站,谢谢! at November 06, 2014

    https://ruby-china.org/topics/19538

    https://mockingbot.com

  • Rails 4 升级第一弹 at October 27, 2014

    👍 总结好,收藏!

    上回升的时候碰到! 在 rails3 用到了 strong_parameters,在升到 rails4 中就不用 protected_attributes 这个!

  • 如何实现统计用户登陆错误超过 5 次显示验证码的需求 at October 24, 2014
    private
    
    def inc_ip_count
      Rails.cache.write "login/#{request.remote_ip}", ip_count + 1, :expires_in => 60.seconds
    end
    
    def ip_count
      Rails.cache.read("login/#{request.remote_ip}").to_i
    end
    
    def require_recaptcha?
      ip_count >= 3
    end
    

    https://github.com/chloerei/writings/blob/master/app/controllers/user_sessions_controller.rb

  • Teahour #66: Ruby 在多语言的视频直播项目中的应用 at October 24, 2014

    👍

  • 升级完 Yosemite,我的 Mac 需要天天关机,否则就会很卡 at October 23, 2014

    莫名的重启过一次!

  • How Did Tenderlove and Others Speed Up Rails? at October 09, 2014

    👍

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