views:

67

answers:

4

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

+3  A: 

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

rake doc:rails
Slobodan Kovacevic
The website is really good. It makes the search very easy and fast, and it just uses Javascript!
Freewind
+1  A: 

http://railsapi.com/doc/rails-v3.0.0.beta.3/

j.
Thanks j. I got it
Freewind
A: 

Sometimes there are better explanations on (more different examples)

http://apidock.com/rails

(3.0.0beta3 partially covered)

kulpae