Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
李华顺
@huacnlee
Admin
NO. 2 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 Topics / 9058 Replies
959 Followers
53 Following
105 Favorites
Reward
GitHub Public Repos
  • autocorrect 1410

    A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuation...

  • rails-settings-cached 1101

    Global settings for your Rails application.

  • rucaptcha 696

    Captcha Gem for Rails, which generates captcha image by Rust.

  • zed-theme-macos-classic 95

    A macOS native style theme for Zed, let it same like native app in macOS.

  • vscode-macos-classic.t... 21

    macOS Classic theme for Visual Studio Code

  • zed-extension-action 19

    GitHub Action for automatically bump Zed Extensions version after a release.

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 4

    Dock layout UI component for GPUI, that extracted from Zed project.

  • zed-lalrpop 3

    LALRPOP parser grammar support for Zed.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Ruby 服务器部署问题 at March 04, 2016

    用 Nginx 吧,网上一搜一把教程

  • Puma 还是有问题, 不稳定 at March 02, 2016

    也有可能是线程安全的问题,Unicorn 和 Puma 有这个区别。Ruby China 也用 Puma 最新版本跑了很久了,没问题

  • 你是如何跟踪开源软件的最新技术进展的? at March 02, 2016

    看它们的 Changelog

  • 已升级到 Rails 5,用上了 ActionCable at March 02, 2016

    #38 楼 @dannyxu 是有这样的问题,现在还没找到原因

  • 一个 SSL 验证错误的问题 at March 02, 2016

    偶尔出错?

  • 貌似 taobao 源从昨天起不更新了 at March 02, 2016

    修了,同步中...

  • Ruby China $rails s 启动失败 at March 01, 2016

    删除 config/puma.rb

  • [北京] 天星资本招聘 Ruby 开发工程师,做互联网产品和研究 at February 28, 2016

    #2 楼 @cymcsg 好了

  • rvm 现在还没法安装 2.3 吗? at February 28, 2016

    rvm get stable

  • turbolinks-android 来了 at February 27, 2016

    这是要大搞的节奏

  • 刚刚想来一个项目!!大家觉的做出来技术上有多难。新人,最近投简历都没回应。太难了。 at February 27, 2016

    程序员的毛病都是想写个网站来解决单身问题

  • 已升级到 Rails 5,用上了 ActionCable at February 26, 2016

    这次升级 Rails 5,改用 Puma 以后内存状态记录

  • 最近网站被恶意攻击了 at February 26, 2016

    上 rack-attack 参考 ruby-china 昨天的提交

  • 对 Elixir 有兴趣的来看看 帮忙 review 下代码 at February 25, 2016

    PR 连接写错了

  • 同一个 URL 根据设定表现出不同的业务逻辑 at February 25, 2016

    在你“逻辑 1”,“逻辑 2”的位置 render 不同的模板

    例如,我有 Issue Model

    class Issue < ActiveRecord::Base
      enum status: [:submitted, :rejected, :done]
    end
    

    issues_controller.rb

    class IssuesController < ApplicatioController
      def show
        @issue = Issue.find(params[:id])
      end
    end
    

    issues/show.html.erb

    <%= render @issue.status %>
    
    • issues/_submitted.html.erb
    • issues/_rejected.html.erb
    • issues/_done.html.erb

    然后在各自不同的局部模板上面实现具体内容

  • Resque vs. Sidekiq at February 25, 2016

    这个演讲稿过时了吧

    现在 Sidekiq 都已经更新了好几代了,同时应该也是公认好用的 Ruby 队列服务了。

  • Ruby China for iOS 官方客户端 1.1.2 发布,现在支持 Push 通知了! at February 25, 2016

    #6 楼 @pathbox 帖子正文里面的已经修复了,但回帖里面的还有问题

  • Ruby China for iOS 官方客户端 1.1.2 发布,现在支持 Push 通知了! at February 25, 2016

    初步实现 Push 功能,可能还存在问题

  • 对 Rails params 的困惑 at February 24, 2016

    你应该用 params[].blank? 来判断是否为空内容

  • 现在入手 Macbook Pro 还是等今年新款? at February 24, 2016

    我手上这台也该换了,好几个按键不太灵敏了

  • [上海] 普象招聘~这不是一份工作,是一个全新的生活状态 at February 24, 2016

    到最后简历联系方式都没有

  • [已解决] ActiveJob + Sidekiq 报错,uninitialized constant 怎么解决? at February 24, 2016

    这个看起来像文件名和类名不符合 ActiveSupport Autoload 规则,而导致首次调用 DetectFamousAndMajorJob 类触发 autoload 的时候,无法找到正确的文件来 require

  • [已解决] ActiveJob + Sidekiq 报错,uninitialized constant 怎么解决? at February 24, 2016

    DetectFamousAndMajorJob 这个类的文件名发来看看

  • 新手求教,关于 main 对象的一些疑问 at February 24, 2016

    新手别研究这些东西,到现在我也怎么没用过这些方法

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