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?
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?
The documentation of the latest Rails 3 RC is available at http://edgeapi.rubyonrails.org/
A regularly updated version can also be found at http://plasmarails.org/ - the docs are regenerated every day.