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

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

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

  • rails-settings-cached 1106

    Global settings for your Rails application.

  • rucaptcha 696

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

  • zed-theme-macos-classic 98

    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 20

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

  • autocorrect-action 11

    GitHub action for use AutoCorrect as lint

  • color-lsp 7

    A document color language server.

  • zed-autocorrect 6

    AutoCorrect for Zed

  • gpui-workspace 5

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

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Boom, Bootstrap has a blog! at 2012年03月22日

    好漂亮的 Logo

  • github 再一次被墙了?还是仅仅只是我这里的网络环境的问题? at 2012年03月22日

    没有

  • 考虑把 ruby-china 改装成 mountable app at 2012年03月22日

    Devise 应该排除,你假设用户表叫 User,登陆用户叫 current_user

  • 使用 Vim 开发 Ruby on Rails (2012-03-19 版) at 2012年03月22日

    #10 楼 @nouse 我没用这个功能

  • 请教 Rails 和 纯 Redis 结合的的规范 at 2012年03月22日

    #7 楼 @haohaoren 来分享一下感受

  • 使用 Vim 开发 Ruby on Rails (2012-03-19 版) at 2012年03月22日

    其实 Vim 没必要用 Rails.vim 这个插件,意义不大

  • 使用 Vim 开发 Ruby on Rails (2012-03-19 版) at 2012年03月22日

    这排版,多好啊,大家多学学

  • 各位 coder 都用什么滴眼液啊 at 2012年03月22日

    #5 楼 @Standme 我是基本没用过滴眼液...没觉得不舒服

  • GitCafe 啥时候开放?一直在内测? at 2012年03月22日

    @ghosTM55 加油啊,看起来很久没更新了。

  • 各位 coder 都用什么滴眼液啊 at 2012年03月22日

    自来水

  • 请教 Rails 和 纯 Redis 结合的的规范 at 2012年03月22日

    看 Redis 文档,搞清楚功能,然后你就知道你改怎么利用了。

  • 请问现在 ruby-china 是盛大云的什么配置 at 2012年03月21日

    Memcached 存正真的 Cache,容易清理。 Redis 存的是数据,没有 Cache

    数据混在一起不好清除。

  • HomeBrew 是不是可以运行在 BSD 系统呢? at 2012年03月21日

    yaourt 不知道,没用过

  • 请问现在 ruby-china 是盛大云的什么配置 at 2012年03月21日

    @huobazi 是的

  • 阿里云降建站门槛 免费存储空间由 5G 升至 50G at 2012年03月21日

    这是说的 OSS 吧

  • 请教 view 里面的优化 at 2012年03月21日

    #7 楼 @icemark 但是,你还是得听 @nouse 的建议,你现在快了,那是因为数据少

  • 请问现在 ruby-china 是盛大云的什么配置 at 2012年03月21日

    1 台 VPS 内存:1G 硬盘 不重要

    Nginx, MongoDB, Memcached, Redis

    CPU info:

    $ cat /proc/cpuinfo 
    processor   : 0
    vendor_id   : AuthenticAMD
    cpu family  : 16
    model       : 9
    model name  : AMD Opteron(tm) Processor 6172
    stepping    : 1
    cpu MHz     : 2100.010
    cache size  : 512 KB
    physical id : 0
    siblings    : 1
    core id     : 0
    cpu cores   : 1
    fpu     : yes
    fpu_exception   : yes
    cpuid level : 5
    wp      : yes
    flags       : fpu de tsc msr pae cx8 apic cmov pat clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow constant_tsc up rep_good pni cx16 popcnt lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch
    bogomips    : 4203.90
    TLB size    : 1024 4K pages
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 48 bits physical, 48 bits virtual
    power management: ts ttp tm stc 100mhzsteps hwpstate
    
    
  • HomeBrew 是不是可以运行在 BSD 系统呢? at 2012年03月21日

    不知道 Linux 是否有 Homebrew,每次手动编译很麻烦

  • 改进意见 at 2012年03月21日

    https://github.com/huacnlee/ruby-china/issues/253

  • 请教 view 里面的优化 at 2012年03月21日

    http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#label-Eager+loading+of+associations

  • Simba - 帮你快速构建基于 Sinatra 的 Web App 结构 at 2012年03月21日

    #8 楼 @happy15 是的,这个是 Gravatar 那边有 Cache

  • Simba - 帮你快速构建基于 Sinatra 的 Web App 结构 at 2012年03月21日

    #5 楼 @Saito 我上次是忘了,一直没处理...

  • Simba - 帮你快速构建基于 Sinatra 的 Web App 结构 at 2012年03月21日

    #3 楼 @Saito 才发现你的账号一直有两个...已经删除了另外一个

  • 现在 xxx-china.org 很流行啊 at 2012年03月21日

    哈哈,以后可以形成一个统一规范

  • 写给 Ruby 新人的公开信 (我的 Ruby 学习经历) at 2012年03月21日

    #23 楼 @zw963 你放进去好了,不过请调整一下排版,字母大小写。

  • 想要有一个一起贡献 rails,ruby 翻译文档的平台 at 2012年03月21日

    楼主开始吧,然后发出 Github 地址,等翻译完了,可以部署在 Ruby China 上面。

  • 想要有一个一起贡献 rails,ruby 翻译文档的平台 at 2012年03月20日

    定,这个可以搞下去,从 Rails Guides 开始。

  • 今天杭州没有 ruby tuesday? at 2012年03月20日

    没准备,下周再来,这边有人准备继续 EventMachine 的话题。

  • 目前 ruby-china 项目的 api 目录中,没有当前更多的接口? at 2012年03月20日

    要的话,自己写,然后 Pull Request 就好啦

  • 问一个关于 capistrano 的问题 at 2012年03月20日

    Net::SSH::AuthenticationFailed 没 SSH 权限啊

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