问题
Is there an downloadable offline version of the Rails Guides?
回答1:
The comment of 'Shreyas Satish' led me to the rails guides on my harddisk. I had only to build it.
After installing Ruby (1.8) on Ubuntu:
sudo gem install rails
sudo apt-get install ruby1.8-dev # required for RedCloth
sudo gem install RedCloth
sudo ruby /var/lib/gems/1.8/gems/railties-3.0.7/guides/rails_guides.rb
then browse to:
file:///var/lib/gems/1.8/gems/railties-3.0.7/guides/output/index.html
回答2:
Might be, this is the one you're looking for: http://railsapi.com/
来源:https://stackoverflow.com/questions/5752617/rails-guides-offline-documentation