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

[email protected]
长桥证券 (Longbridge)
成都
502 篇帖子 / 9058 条回帖
959 关注者
53 正在关注
105 收藏
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 创建一个 Golang 的节点,有兴趣的可以多聊聊 at 2012年01月06日

    #7 楼 @camel 我是觉得写 Golang 不容易误解

  • Ruby (MRI) trunk finally has a copy-on-write friendly GC at 2012年01月06日

    copy-on-write friendly GC 意义何在?

  • Ruby Installer 的下载地址看这里。 at 2012年01月06日

    :)

  • Ruby Installer 的下载地址看这里。 at 2012年01月06日

    算了吧,都说了别在 Windows 搞

  • 咱也来做个 Gem-"印象码"视频验证码 at 2012年01月06日

    创意很不错,就是不太好看

  • 目前,rails 还是没有类似 mediawiki, wordpres, discuz 这样级别的开源程序呀? at 2012年01月05日

    不可能有的,安装过程太复杂,唯独 PHP 才能做这样的事情

  • 選擇 oh-my-zsh 讓 Terminal 更好用 at 2012年01月05日

    #6 楼 @lgn21st 我也是非常讨厌那个自动补全(应该叫智能匹配)

  • 无法删帖 at 2012年01月05日

    Photoshop 基本还是得搞回的

  • Ruby-china 中 thin 的路径 at 2012年01月05日

    #2 楼 @camel thin.yml 文件你可以独立出去不要和主版本在一起,在部署的时候用 Capstrano 建立软连接过来

  • 无法删帖 at 2012年01月05日

    #4 楼 @zfben 正解

  • rails 有什么比较好的 上传插件呢? at 2012年01月04日

    #5 楼 @Victor 写个帖子和大家分享一下啊

  • 无法删帖 at 2012年01月04日

    多看 http://dribbble.com

  • rails 有什么比较好的 上传插件呢? at 2012年01月04日

    #3 楼 @saberma Dragonfly 这个思路 Python 也有一个也是叫 Dragonfly http://code.google.com/p/dragonfly/

  • Omniauth + windows liveID 登陆问题 at 2012年01月04日

    #2 楼 @carl 用 Github 搜索啊 https://github.com/search?q=omniauth+live&type=Everything&repo=&langOverride=&start_value=1

    https://github.com/intridea/omniauth/blob/61e64c3efa165f3952289884fe41d5c3de6bf90a/oa-more/lib/omniauth/strategies/windows_live.rb

  • Omniauth + windows liveID 登陆问题 at 2012年01月04日

    http://msdn.microsoft.com/zh-cn/library/hh243647.aspx

    Windows Live 是支持 OAuth 2.0 的,应该是可以实现

  • 如何实现 redis-search params [:q] 传入空参数,根据:conditions 搜索? at 2012年01月04日
    if params[:q].blank?
      # 这里搞
    else
      Redis::Search.query("Post", params[:q], :conditions => {:user_id => 12})
    end
    
  • 中文 Railscasts 第四期发布 -- OmniAuth 2 Identity at 2012年01月04日

    #5 楼 @poshboytl 好鹾的 Chrome 皮肤 好鹾的大字体 我觉得字体没必要搞大,Railscasts 那么小依然可以的

  • rails 有什么比较好的 上传插件呢? at 2012年01月04日

    carrierwave 或者 paperclip

  • assets 线上调试的问题 at 2012年01月04日

    config/environments/production.rb 修改

    config.serve_static_assets = false
    
  • 关于 cocoa-china.org at 2012年01月04日

    #5 楼 @lgn21st 我觉得没必要折腾,等域名备案通过以后好好搞 cocoa-china.org 吧,如果要搞二级域名没有意义的。 或者就直接到节点下面吧(但这样一定不会火)

  • 给 ruby on rails 起个中文名 at 2012年01月04日

    算了吧,没有必要

  • 关于 cocoa-china.org at 2012年01月04日

    这样做那个栏目不一定能吸引那些人过来

  • ruby-china 的代码这么慢? at 2012年01月03日

    #22 楼 @iceskysl 是的,还有 Solr

  • 现在起,改用国内镜像服务器来装 Gem 吧 at 2012年01月02日

    #50 楼 @southwolf 用 http://github.com/huacnlee/rubygems-mirror 可以做一个完整镜像 Web 端只需要用 Nginx 指向到镜像目录就好了

  • Passenger/Nginx/Ubuntu 快速部署 Rails 3.1 at 2012年01月02日

    #4 楼 @camel 话题里面没有 Markdown 支持的,就是为了防止随意使用 h(n)

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