Rails Guides offline documentation [closed]

孤人 提交于 2019-12-04 17:05:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!