Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
俊杰.Li
@jay_li
高级会员
第 2419 位会员 / 2012-06-05

上海
4 篇帖子 / 62 条回帖
0 关注者
6 正在关注
230 收藏
好好学习,身体倍儿棒....
未设置 GitHub 信息。
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [上海][2018年03月20日] Ruby 聚会召集 at 2018年03月20日

    报名 +1

  • 使用 acme.sh 给 Nginx 安装 Let’ s Encrypt 提供的免费 SSL 证书 at 2016年12月28日

    感谢分享,刚好为不怎么使用的个人域名加层护甲

  • 新手求教,bundle install 总是失败应该怎么弄,是因为被墙的原因么?rails server 总是报错说缺少宝石。 at 2016年05月10日

    先解决问题,再认真看下楼上链接

    bundle config mirror.https://rubygems.org https://gems.ruby-china.org
    
  • 新的通知功能上线 - 基于 notifications 这个 Rails Engine gem at 2016年03月30日

    👍

  • 小菜鸟跪请各位大神指点迷津 at 2016年03月19日

    #11 楼 @msg7086 👍🏻👍🏻极致 liner

    中规中矩

    result = []
    data.each do |item|
      fun1
      next unless fun2
      fun3
      result.push fun4
    end
    
  • 在 VS Code 中调试 Ruby/Rails/etc at 2016年03月19日

    #3 楼 @rebornix 👍🏻👍🏻👍🏻

  • 小菜鸟跪请各位大神指点迷津 at 2016年03月19日

    #5 楼 @chenjau 赞同

    #  Gemfile
    gem 'rubocop'
    gem 'rubycritic'
    
    $  bundle  install
    $  bundle exec rubocop ruby-code-folder/
    $  bundle exec rubycritic
    

    Writing Fast Ruby 😍 —— Collect Common Ruby idioms. — https://github.com/JuanitoFatas/fast-ruby

  • 压力测试后的迟钝反应 at 2016年03月19日

    #2 楼 @msg7086 虽然日常在 mac/linux 环境中工作,但属于硬件小白,见笑了 #4 楼 @msg7086 受益匪浅,谢谢。 是的磁盘响应速度测试很必要,数据库压力 (远程连接) 如何在服务器命令行中查看?简单查了一下,未果,都是手码脚本。也可能是对阿里云技术的强烈信任,从没往数据库压力方面想过。

    下午的压力测试针对的 api,etag 值取自数据表最近的更新日期(where.order.first), 响应结果为下载文件(send_file), 测试不带 etag, 每次都下载,好像就受硬盘响应速度影响了

  • 压力测试后的迟钝反应 at 2016年03月18日

    惭愧,技术各种菜,不吝指教

  • 压力测试后的迟钝反应 at 2016年03月18日

    心得:不要在正式环境做压力测试

  • Ruby China 的 RubyGems 镜像上线 at 2016年03月09日

    me too

    ➜  test git:(master) ✗ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
    Error fetching https://gems.ruby-china.org/:
        hostname "gems.ruby-china.org" does not match the server certificate (https://gems.ruby-china.org/specs.4.8.gz)
    
  • Ruby China 的 RubyGems 镜像上线 at 2016年03月09日

    感觉 ruby-china 声望要更上一层楼

  • [结束] 送几本《Docker 即学即用》 at 2016年02月20日

    [email protected]

  • 对所有已登录的用户开放 rack-mini-profiler 统计结果 at 2016年01月26日

    💯

  • 隔壁 V 站的号被封了 at 2015年12月08日

    中庸用户表示文化震惊!

  • Ruby 是如何解释运行程序的 at 2015年11月13日

    👏🏻

  • 用 Ruby 快速开发一个静态服务全过程 at 2015年11月06日

    文笔思路很清晰,学习了

  • 看见就不舒服的缩写 at 2015年10月28日

    iphone6 plus --- 爱疯 6 普流斯

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at 2015年10月28日

    不动则已,一动惊天动地...

  • [上海][2015年10月27日] Ruby 聚会召集 at 2015年10月24日

    报名聆听

  • 欢迎 3 位新的 Ruby China 社区管理员 at 2015年10月14日

    :thumbsup:

  • ruby.taobao.org 要强制使用 https 协议了 at 2015年09月26日

    赞一个

  • Sinatra 多个路由如何合并? at 2015年09月25日

    个人推荐

    gem "sinatra-contrib", "~>1.4.2"
    
    require "sinatra/multi_route"
    
    route :get, :post, "/" do
      // todo
    end
    
    route "/one", "/two" do
      // todo
    end
    

    http://www.sinatrarb.com/contrib/multi_route.html https://github.com/sinatra/sinatra-contrib

  • Bootstrap 4 alpha 发布 at 2015年08月20日

    金正恩皇家赞。 / ̄ ̄ ̄Y ̄ ̄。 \ l l ヽ,,,,,/  ̄ ̄ ̄ ̄ ヽノ |::::: l |::: __ | (6 \● ● 丨 ! )・・( l ヽ (三) ノ /\ 二 ノ /⌒ヽ。‘ー — 一 \ l |👍 ヽ o ヽ👍

  • 这是什么鬼? at 2015年08月07日

    关注...

  • zsh_stats 查看你命令使用频率 at 2015年07月29日
    1   972  9.72097%   ls
         2  904  9.0409%    git
         3  834  8.34083%   cd
         4  492  4.92049%   cat
         5  446  4.46045%   bundle
         6  432  4.32043%   gcmsg
         7  417  4.17042%   grep
         8  402  4.0204%    rm
         9  356  3.56036%   cp
        10  293  2.93029%   gst
        11  255  2.55026%   vim
        12  240  2.40024%   ruby
        13  218  2.18022%   subl
        14  183  1.83018%   gaa
        15  153  1.53015%   open
        16  153  1.53015%   mv
        17  153  1.53015%   gem
        18  143  1.43014%   du
        19  110  1.10011%   ggpush
        20  100  1.0001%    convert
    
  • 七牛融合 CDN 管理服务上线,携手 Ruby China 社区送券福利升级! at 2015年07月21日

    [email protected]

    谢谢

  • 参与开发的 ruby gems 的下载量破五百万了... at 2015年07月04日

    👏🏻👏🏻👏🏽👏🏾👏🏿

  • Ruby 多行字符串 heredoc 详解 at 2015年06月15日

    #6 楼 @oneapm 自己贱习惯,只使用自己看得懂的代码。但楼主把strip_heredoc源代码一贴...感谢您的回复,相当然的认为 rails 使用了一大套魔法 曾经研究 rails 源代码有些小阴影,平时使用 sinatra 多一些。

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