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 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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • OpenSSL::SSL::SSLError 如何解决? at May 17, 2012

    是因为你的 CentOS 上面的 SSL 证书太旧了,之前 Ruby China 也有这样的问题。 后面我是设置 :

    require 'openssl'
    module OpenSSL
      module SSL
        remove_const :VERIFY_PEER
      end
    end
    

    这样来跳过的


    正确的解决方法:

    更新 OpenSSL

    rvm pkg install openssl
    rvm reinstall 2.1.2
    
  • ruby 新手问题:请教关于 ruby 的 db:migrate at May 17, 2012

    在你寻求帮助的时候,请先将你的代码排列整齐!

  • 要换公司了... Rails 招聘的话,还要写面试题目么? at May 17, 2012

    #38 楼 @verfino 你去成都那家公司面试?

  • 分享一下正确的中英文混写法 at May 16, 2012

    这是一个好习惯,当你养成以后就会成为一个自然的习惯

  • 分享一下正确的中英文混写法 at May 16, 2012

    #18 楼 @richarddong 标点的我不太确定,先做好中英文的就好了。

  • 分享一下正确的中英文混写法 at May 16, 2012

    @zhangyuan 与那个无关,本上产品的名字就是叫 iPhone,写 iphone 当然是错误的,就好比中文写人家姓名用错用音字一般

  • GeaKit--another social coding project in China at May 16, 2012

    我的看法和 #9 楼 @fredwu 一样,有一个 Github 就够了,开源的东西绝对没有可能选择其他平台来放

  • GeaKit--another social coding project in China at May 16, 2012

    网站打不开

  • 悲剧,/lib 目录下的 rb 文件直接修改,不生效? at May 16, 2012

    可以先放到 models 目录,调试好以后在放回 lib 目录

  • 有人在玩 Diablo 3 吗? at May 15, 2012

    我也在发现之前下的 Beta 客户端似乎没法用,现在在重新下载 台湾服务器么?

  • [杭州][2012年05月15号] Ruby Tuesday 召集 [取消] at May 15, 2012

    今天不搞

  • Redmine 2.0 - 基于 Rails 3.2 at May 15, 2012

    UI 用我搞这个主题 https://github.com/huacnlee/redmine-theme-innerboard

  • simple_form html 属性设置还是无效求解答 at May 15, 2012

    不想再跟你说了,你自己看看我第一条回复说的那句,再仔细检查你的代码

  • simple_form html 属性设置还是无效求解答 at May 15, 2012

    #3 楼 @supermars 把你整个表单的代码,生成出来的 HTML 以及 simple_form 的版本贴出来

  • partial 调用其他页面的问题 at May 15, 2012

    你需要 https://github.com/apotonick/cells

  • 求 Web 日志分析的工具 at May 15, 2012

    求 Nginx 的

  • 求 Web 日志分析的工具 at May 15, 2012

    https://github.com/wvanbergen/request-log-analyzer

  • [杭州][2012年05月15号] Ruby Tuesday 召集 [取消] at May 15, 2012

    #8 楼 @fsword 还是不要在淘宝里面搞了,没有气氛

  • simple_form html 属性设置还是无效求解答 at May 15, 2012

    昨天不是发了一个,由于是 class 单词写错,然后被删除了吗,今天怎么又发上来了?

  • 盛大云价格变化了,我们的成本增加了。 at May 14, 2012

    #4 楼 @suupic 可以的,反向代理就可以了。

  • 关于手机浏览器的问题 at May 14, 2012

    Android 和 iOS 都没法选择图片上传吧,什么系统上面的 UCWeb?

  • 帮你预选 Rails 插件! at May 14, 2012

    非常给力!就是选择太少了

  • Redcarpet 的 Markdown 为什么需要敲两次回车才能换行? at May 14, 2012

    #7 楼 @hlcfan 我看不懂你在对我说什么。 你现在这段能得到预想的效果吗?

  • 盛大云价格变化了,我们的成本增加了。 at May 14, 2012

    上周我就在说这件事情

  • [杭州] 淘宝招聘 Ruby 开发工程师 at May 14, 2012

    #27 楼 @tiemei 我也是新人,哈哈哈

  • Redcarpet 的 Markdown 为什么需要敲两次回车才能换行? at May 14, 2012

    哦,我记错了,不是特别修改的,只是一个参数而已,应该是这个: https://github.com/ruby-china/ruby-china/blob/master/config/initializers/markdown.rb#L10

  • Redcarpet 的 Markdown 为什么需要敲两次回车才能换行? at May 14, 2012

    #3 楼 @hlcfan 那是因为 Ruby China 特意修过的

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