Rails实例世界:超轻量级授权包Six
由Gudao Luo在2011-08-07 at 11:04发表的
软件开发世界:Git实用参考资料
由Gudao Luo在2011-03-18 at 09:54发表的

- 参考资料
- http://gitref.org/ 这是网站Github.com所提供的参考资料
- http://book.git-scm.com/index.html
- http://www.kernel.org/pub/software/scm/git/docs/
- http://www.kernel.org/pub/software/scm/git/docs/v1.7.4/user-manual.html
- http://www.sourcemage.org/Git_Guide
- http://sysmonblog.co.uk/misc/git_by_example/
- http://linux.yyz.us/git-howto.html
Rails框架:Rails论坛实例项目教程
由Gudao Luo在2008-05-26 at 23:09发表的
Rails框架技术讲座:分页技术插件will_paginate
由Gudao Luo在2007-07-12 at 19:37发表的

Rails框架技术讲座:分页技术插件will_paginate
- 说明
- 在Rails框架版本1.2.4开始pagination系统将不包括在内,但是classic_pagination插件将向前兼容。插件will_paginate将更被看好。该插件使用和集成非常简单。
- 参考资料:
- Rails应用软件实例命令
rails use_will_paginate
cd use_will_paginate
ruby script/plugin install svn://errtheblog.com/svn/plugins/will_paginate
ruby script/generate scaffold_resource Post
vi config/database.yml
vi db/migrate/001_create_posts.rb
rake db:migrate
vi app/models/post.rb
vi app/controllers/posts_controller.rb
vi app/views/posts/index.rhtml
vi public/stylesheets/scaffold.css
ruby script/server
start http://localhost:3000/posts- Rails应用软件实例命令代码
svn co http://cnruby.googlecode.com/svn/trunk/rails-projects/use_will_paginate
Rails框架:页面代码实例
由Gudao Luo在2007-06-18 at 21:51发表的
Ruby语言最重要的代码库PLEAC-Ruby
由Gudao Luo在2007-03-08 at 23:12发表的

- PLEAC-Ruby首页:http://pleac.sourceforge.net/pleac_ruby/index.html
- 说明:PLEAC-Ruby网站包含了大量十分重要的Ruby语言代码实例。
- Ruby语言最大的代码库:http://snippets.dzone.com/tag/ruby


