views:

298

answers:

4

Hi,

In the past I used railsbrain.com to have a nice and handy offline api documentation.

But they stop at version 2.3.2

Is there any other solution with latest version.

Thanks

+4  A: 

railsapi.com. You can build and download a custom package of docs for ruby versions to 1.9, rails to 2.3.5 and a number of gems.

neutrino
Exactly what I'm looking for, thanks
denisjacquemin
+1  A: 

What about http://railsapi.com/?

Matěj Grabovský
A: 

If you're on a Mac, i've put together a dictionary with Rails 2.3 documentation http://www.priithaamer.com/blog/rails-23-dictionary. I haven't had time to do it for Rails 3 but will do that once i'm in the mood.

Priit
nice! thanks Priit
denisjacquemin
A: 

Just not to pass unmentioned, you can also start local gem rdoc server:

$ gem server
Starting gem server on http://localhost:8808/
localhost - - [13/Mar/2010:18:34:44 CET] "GET / HTTP/1.1" 200 22403
- -> /

But it lacks info on core Ruby library.

Mladen Jablanović