Local Ruby on Rails Documentation

May 12th, 2008 | by hantu |

Reading Ruby on Rails Power! The Comprehensive Guide by Aneesha Bakharia, figured out to have a local copy of RoR API documentation:

rails api_doc
cd api_doc
rake rails:freeze:gems
echo >vendor/rails/activesupport/README
rake doc:rails

Wait for a little while, then you’ll have the documentations generated, locally. It will be placed under api_doc/doc/api - I copied doc/api out to another directory so I can easily locate it using my web browser.

Files: 358
Classes: 496
Modules: 638
Methods: 2598
Elapsed: 74.072s

You must be logged in to post a comment.