
ruby
zchenhongqiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Clarifying the Roles of the .gemspec and Gemfile
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ Gemfile, used by bundler, and the .gemspec, used by Rubygems Clarifying the Roles of the .gemspec and Gemfil转载 2012-06-25 15:18:25 · 467 阅读 · 0 评论 -
How to install redis with Ruby
原文 http://snippets.aktagon.com/snippets/320-How-to-install-and-use-Redis-with-Ruby 1 git clone git://github.com/ezmobius/redis-rb.git 2 cd redis-rb/ 3 rake re转载 2012-08-18 17:13:04 · 436 阅读 · 0 评论