views:

122

answers:

3
+1  Q: 

Rails 3 api docs

I'm trying to find some api docs like http://api.rubyonrails.com but for the latest rails 3 release candidate.

Is there an online version of them? Or is there a way to build the docs (using rake doc:rails) to make them look the same?

+2  A: 

The documentation of the latest Rails 3 RC is available at http://edgeapi.rubyonrails.org/

Jeff Foster
+1  A: 

A regularly updated version can also be found at http://plasmarails.org/ - the docs are regenerated every day.

Sonia
A: 

http://railsapi.com/ has the docs from rails 3.0.0.rc

Dan McNevin