[Rails] Re: how can I download full Rails API doco in the format it is at http://api.rubyonrails.org/ ???

2009-12-13 Thread Rick
Take a look at http://railsapi.com/. It's not quite the same form but the content and interface is there. You might also take a look at http://railsbrain.com although it's only current to 2.3.2. Of course, there's always the question of what version / patch level. That's where there's no

[Rails] Re: how can I download full Rails API doco in the format it is at http://api.rubyonrails.org/ ???

2009-12-13 Thread vwchris
I second the suggestion for http://railsapi.com/. It allows you to tailor whatever combination of rails/ruby/a few specific gems apis together and download them locally to your machine. It's pretty easy to search and has a nice layout. On Dec 13, 8:56 am, Rick richard.t.ll...@gmail.com wrote:

Re: [Rails] Re: how can I download full Rails API doco in the format it is at http://api.rubyonrails.org/ ???

2009-12-13 Thread Agustin Nicolas Viñao Laseras
1) Download the rails repo at *http://github.com/rails/rails* 2) Inside the directory, run *rake -T* and you see this: rake clobber_rdoc # Remove rdoc products rake default # Run all tests by default rake package # Run package task for all projects rake pdoc # Publish

[Rails] Re: how can I download full Rails API doco in the format it is at http://api.rubyonrails.org/ ???

2009-12-13 Thread greghauptmann
excellent - thanks guys - I've used each approach so I'll be right to go when I'm offline :) On Dec 14, 12:20 am, Agustin Nicolas Viñao Laseras agustinvi...@gmail.com wrote: 1) Download the rails repo at *http://github.com/rails/rails* 2) Inside the directory, run *rake -T* and you see this: