有这份guides加上api文档,开发基本上不用找其他资料了。
git clone git://github.com/rails/rails.git
cd rails
git checkout origin/3-0-stable -b 3-0-stable
cd railties/guides
ruby rails_guides.rb
cd output
open index.html
本文提供了一份详细的Rails开发指南,配合API文档使用,可以帮助开发者快速上手Rails应用开发,几乎不需要额外查找其他资料。文中包含了从Git克隆Rails源码库到运行开发文档的全过程。
有这份guides加上api文档,开发基本上不用找其他资料了。
git clone git://github.com/rails/rails.git
cd rails
git checkout origin/3-0-stable -b 3-0-stable
cd railties/guides
ruby rails_guides.rb
cd output
open index.html

被折叠的 条评论
为什么被折叠?