Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
李华顺
@huacnlee
管理员
第 2 位会员 / 2011-10-28

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
960 关注者
53 正在关注
105 收藏
打赏作者
GitHub Public Repos
  • autocorrect 1412

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

  • rails-settings-cached 1104

    Global settings for your Rails application.

  • rucaptcha 697

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

  • zed-theme-macos-classic 97

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

  • vscode-macos-classic.t... 22

    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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 想重新学习 Javascript, 目前编写 Web 程序用 Javascript 做前端交互够用. at 2016年01月18日

    你是不是想问:如何深入学习 JavaScript,以及 Node.js?

  • 大家刚参加工作时的待遇、福利都是怎么样的? at 2016年01月18日

    06 年,1200,无其他福利,杭州,哪家公司待了 1 年不到

  • 这种情况该不该离职呢? at 2016年01月17日

    没股票,期权,公司上市没你任何好处

  • Ruby China on PostgreSQL at 2016年01月16日

    初略的翻阅了一下,发现几个问题

    1. Node 的 follow 功能被去掉了么?
    2. 我看到 Metion User 的那个测试被去掉了,后面又补回来么?
    3. 那些 Embedded Many 的表都处理好了么,比如关注

    你不用发 PR 我来 cherry-pick 提取吧,或者如果要走 PR 的话,还需要修改好多东西,比如 upyun 的

  • Ruby China on PostgreSQL at 2016年01月16日

    不过,实际上 MongoDb 没有那么多的内存需求,此外 Ruby China 这几年一直很稳定,没有一次数据库异常的问题

  • Ruby China on PostgreSQL at 2016年01月16日

    本来我们也有打算从 Mongoid 换到 ActiveRecord 的

  • Ruby China on PostgreSQL at 2016年01月16日

    提交 Pull Request

  • 打算卖掉 ruby.gg 这个域名。。。 at 2016年01月16日

    不要

  • Rails sqlite3 时间显示 at 2016年01月15日

    https://github.com/ruby-china/ruby-china/blob/master/app/views/cpanel/topics/index.html.erb#L31

  • Rails sqlite3 时间显示 at 2016年01月15日

    http://guides.rubyonrails.org/i18n.html#looking-up-translations

  • MacBook 下 mysql2 连接 MySQL at 2016年01月15日
    • 重新安装 MySQL
    • 不要在安装 Gem 的时候在后面加东西
    • 用 Homebrew 安装 MySQL
    brew install mysql
    gem install mysql2
    
  • 求一个自动生成头像的 gem at 2016年01月14日

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

  • Bundler 到底是怎么工作的 (暨 Ruby 依赖管理历史回顾) at 2016年01月12日

    http://blog.codeship.com/debugging-a-memory-leak-on-heroku/

    有空可以翻译一下这篇文章,内容很不错

  • [北京] SenseTime (商汤集团) 云平台、系统、香港工程系统开发招聘 (校招 / 社招 / 实习) at 2016年01月12日

    排版,谢谢

  • resources 的好处?什么时候适合用 resources? at 2016年01月12日

    请阅读 http://guides.ruby-china.org/routing.html

  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at 2016年01月11日

    #105 楼 @whiney 不处理 Windows 的问题

  • 怎么做 Mailing List? at 2016年01月11日

    你需要的是这个

    http://mailchimp.com/

    我见过非常多邮件列表都是通过它来实现的

  • Rails 程序员如何进阶? at 2016年01月11日

    https://ruby-china.org/wiki/rails-tips

  • 应该边工作边学吗? at 2016年01月11日

    工作一月,顶自学一年

    自学的时候由于没有压力,我们会可以的跳过那些实现困难的部分,这回让你进步很慢,反之工作的压力迫使你不得不花功夫去解决那些问题,从而提升技能。 还有一点是,自学和实战不同,工作上的需求往往更贴合实际市场需要,你会接触到更多平时无法接触到,甚至想不到的需求

  • Can't verify CSRF token authenticity 看了社区之前同样问题依然没有解决. at 2016年01月11日

    用 jquery_ujs 就好了,不需要自己搞这个事情的

    https://github.com/rails/jquery-ujs

  • Ruby 如何复制一个方法 而不是复制一个方法的值 at 2016年01月10日
    Foo.method[:foo] = Foo.method[:bar]
    
  • ruby-china 源码中 class AccountController < Devise::RegistrationsController 是如何生成的? at 2016年01月10日

    https://github.com/plataformatec/devise

    另外,如果看不懂就别看好了,干嘛非得都理解到

  • 我昨天发的关于如何让异常抛出的帖子怎么被删除了 at 2016年01月08日

    点错了,可能

  • 不能直接用 1 来判断值为 true 的记录,但在 where 的查询里却可以用 1 查询到值为 true 的记录 at 2016年01月08日

    AcitveRecord 会跟据字段类型,在从数据库取出来以后转换成对应类型的值

  • 对于兔死狗烹这种事情。换了是你怎么想,怎么处理呢? at 2016年01月07日

    看不懂

  • 物理隔离的环境如何部署 ROR 项目? at 2016年01月07日

    不能上网的服务器问题大啊,未来一堆坑

  • ruby-china 头像是设置了就不能更改了吗 at 2016年01月07日

    刷新浏览器

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