Downloading Ruby on Rails guides for offline use?

Hi!

The guides on http://guides.rubyonrails.org/ are masterpieces. Is there a convenient way to download all of them for off-line use?

Tuo

Hi!

The guides onhttp://guides.rubyonrails.org/are masterpieces. Is there a convenient way to download all of them for off-line use?

You should be able to generate them yourself - run rake doc:guides from a rails app (it should put the output in doc/guides) or clone the rails source and run the doc task from there (if you want the most up to date ones)

Fred