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.
|
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. |
||||
|
|
|
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. |
|||
|
|
|
UPDATE (2013-05-08): If you are on a Mac try Dash, for Windows/Linux Zeal is still in development. UPDATE (2012-09-21): railsapi.com it's up to date now, so as the accepted answer suggest give it a go. railsapi.com it's not good enough for me because it's not up to date (currently 3.1.1), and I don't have internet at home, gotta love third world countries. I used this commands on my server so I could get the files faster (they were on cache, go figure).
Then I compress the folder so I can download it without overhead.
https://gist.github.com/2149669 UPDATE:
You can also use |
|||||
|
|
Just not to pass unmentioned, you can also start local gem rdoc server:
But it lacks info on core Ruby library. |
|||
|
|
I recommend |
||||
|
|
|
What about http://railsapi.com/? |
|||
|
|
|
If you're on a Mac, i've put together a dictionary with Rails 3.0 documentation http://prii.it/blog/rails-3-dictionary-update. I haven't had time to do it for Rails 3 but will do that once i'm in the mood. Other Rails versions are available too. |
||||
|
|
|
I found Aslam's post on this topic to be the most useful, easy to implement answer to this question, and it works for current version of the Rails API and Rails Guides. Thanks to Aslam for putting it together. Basically, you clone the current Rails git repo to your computer and then run
from within the rails directory. From there, you can copy the documentation folder to somewhere else on your computer and run locally from a browser. Aslam's post also shows you how to generate a copy of the Rails Guides. |
|||
|
|
|
Some years ago I used to use FXRI, which was quite cool: http://rubyforge.org/projects/fxri/ Though, I have no idea if it still works or if it plays nice with rvm. I guess it has been abandoned. It is a pity though, it was a very nice tool. |
|||
|
|