downloadable docs?

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

RailsBrain has the API available in a neat downloadable form: http://railsbrain.com/

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

Hope that helps?

Gavin