Hey - you could also use:
rake rails:freeze:gems
rake doc:rails
This will unpack rails to vendor/ and then build the entire API
documentation in your /doc directory. I''ve used this in the past when
I was away from an internet connection.
To see the docs for any plugins you''re using, use rake doc:plugins
http://handyrailstips.com/tips/11-some-handy-rake-tasks
http://handyrailstips.com/tips/12-documenting-your-application-or-plugin-using-rdoc
Hope that helps?
Gavin
On Jul 18, 7:09 pm, "ezulo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
<ezulo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> I havent been able to find any downloadable documentation to use while
> im traveling and internet-less. looking for something from beginner to
> intermediate. i found a couple out of date and incomplete ones. any
> help would be appreciated.
>
> Eli