- 锁定在Ruby语言环境下安装Rails框架版本1.2.1
gem install rails --include-dependencies --remote -v=1.2.1
- 在Ruby语言环境下安装Rails框架最新正式版本,当前(2007-01-22)
gem install rails --include-dependencies --remote
- 使用远程方法锁定在Rails框架应用软件使用Rails框架版本1.2.1
rake rails:freeze:edge TAG=rel_1-2-1
- 使用本地方法(本地必须已经安装了版本1.2.1)锁定在Rails框架应用软件使用Rails框架版本1.2.1
rake rails:freeze:gems
- 在Ruby语言环境下安装Rails框架最新原代码版本:
gem install rails --source http://gems.rubyonrails.org --include-dependencies --remote
- 学习RESTful实例:
http://www.depixelate.com/2007/1/19/restful-product-tracker
- Rails框架1.2.1技术文档(chm)
http://rails2u.com/htmlhelp/rails/
- 参考文献:
http://weblog.rubyonrails.com/2007/1/19/rails-1-2-rest-admiration-http-lovefest-and-utf-8-celebrations
http://www.mslater.com/2007/1/20/rails-1-2-rest-and-resources
- 图示:
