Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get the full api doc of rails 3? [closed]

It seems http://api.rubyonrails.org/ is not for rails 3. Where can I get the api doc of rails 3?

like image 917
Freewind Avatar asked Jul 06 '10 08:07

Freewind


2 Answers

You can get the docs online on http://apidock.com/rails or you can generate your local documentation using:

rake doc:rails
like image 138
Slobodan Kovacevic Avatar answered Oct 28 '22 20:10

Slobodan Kovacevic


It can also be found at http://api.rubyonrails.org/v3.2.16/. You can change v3.2.16 to access a particular version (Eg. http://api.rubyonrails.org/v3.2.13/). I could not find any index for older versions.

like image 45
Fernando Kosh Avatar answered Oct 28 '22 20:10

Fernando Kosh