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

[email protected]
长桥证券 (Longbridge)
成都
502 Topics / 9058 Replies
960 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
  • 各种 Tuesday 的录像能做个合集链接 wiki 或什么的么? at August 24, 2012

    都没录像的吧

  • 短信宝,简易 SDK at August 24, 2012

    可以写成一个 gem

  • Rails 开发者调查报告 2012 vs 2009 at August 24, 2012

    Rails Server 里面居然没有 Thin

  • apache+passenger vs nginx+unicorn at August 24, 2012

    Passenger 和 Apache 之间也是走 Socket 的

  • 关于 Octopress 使用中的两个疑问. at August 24, 2012

    #8 楼 @PrideChung 你是共用的网络?

  • 话说最近 Mac 下面出了很多好用的编辑器啊 at August 23, 2012

    话说 10 月以后,这个行业由于竞争太大,都开源了

  • 关于 Octopress 使用中的两个疑问. at August 23, 2012

    谁说 Disqus 被墙了?不是好好的么?

  • 征集今年 RubyConfChina 的分会场即兴话题 at August 23, 2012

    大家可以多发一些东西,这次有两天的时间可以用,有些话题不一定能有人知道,我们就跳过,或者有些话题会聊很久,到时候现场就以这个帖收集的目录提出来大家讨论

  • controller 的命名问题 at August 23, 2012

    看这个: http://guides.rubyonrails.org/routing.html#singular-resources

  • 如果按拼音来排序? at August 23, 2012

    #2 楼 @stc 那个不是我写的

  • 如果按拼音来排序? at August 23, 2012

    存入的时候把中文转成拼音,单独存放一个字段,排序的时候用它就好了

  • 盛大云和又拍云配合起来使用的问题 at August 23, 2012

    我写了一篇关于这个的解决方法:

    http://huacnlee.com/blog/rails-app-image-store-with-carrierwave-upyun/

  • 什么时候使用 module,什么时候使用 class at August 23, 2012

    #9 楼 @6233843 不了解的时候暂时用 Class 好了,等你 Ruby 再熟悉一些的时候你会慢慢发现,你需要用 Module,那个时候再去了解也不迟

  • counter scope 要怎么写? at August 23, 2012

    这个没法直接用的,redis-objects 没有把 counter 的数据存入数据库

  • Facebook 的 TimeLine 是怎么实现的呀? at August 23, 2012

    timeline_fu 我在两个项目里面用过,还行 就是没法 group 显示,比如用户连续上传 5 张照片的场景

  • 什么时候使用 module,什么时候使用 class at August 23, 2012

    需要用于做命名空间或用于 mixin 的时候用 module, 其他时候用 class

  • 用了 ruby-china 的源码, 怎么跟着升级 at August 23, 2012

    #13 楼 @buyhome 对,就是直接用 ruby china 的域名调用头像

  • 在 linode tokyo 做微博登陆 at August 22, 2012

    既然要连 Weibo 安安心心备案,在国内跑好了

  • 开发支付功能调试技巧 at August 22, 2012

    刚刚发现有人在我博客上面留言的另外一个方式,更简单

    $ gem install localtunnel
    $ localtunnel 8000 
    
    share this url: 
    http://xyz.localtunnel.com
    
  • 新一代码农女神? at August 22, 2012

    #8 楼 @ashchan 女优指的是什么?

  • 开发支付功能调试技巧 at August 22, 2012

    #5 楼 @ywencn 我再试试你的方法

  • 模板选择 at August 22, 2012

    坚持 erb,觉得 slim 和 haml 都不是我想要的

  • Rails with massive data at August 22, 2012

    很实用的经验

  • 程序员选择 VIM 还是 Emacs 有解释了 at August 21, 2012

    #19 楼 @zw963 我是用 TextMate 系列的,哈哈哈

  • stylesheet_link_tag 会把目录下所有的 CSS 文件加载??? at August 21, 2012

    我,我说错了,就是 require_tree 的原因

  • [新手向] ActiveRecord::Base 与 ActiveRecord::Relation 关系及基本原理 at August 21, 2012

    好文没人支持啊

  • stylesheet_link_tag 会把目录下所有的 CSS 文件加载??? at August 21, 2012

    那是应为你的 application.css 里面有一句 require_self

  • Rails log 自动分割该怎么配置才正确 at August 21, 2012

    #22 楼 @quakewang USR1 是告诉 unicorn 重新加载日志文件,因为 logrogate 会把 production.log 移走

  • 一个 rails cache Sweeper 的问题,请大家帮忙 at August 21, 2012

    需要在 CategoriesController 里面加上 sweeper 声明:

    cache_sweeper :category_sweeper
    

    http://guides.rubyonrails.org/caching_with_rails.html#sweepers

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