We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
开发者_C百科 Improve this questionIt seems http://api.rubyonrails.org/ is not for rails 3. Where can I get the api doc of rails 3?
You can get the docs online on http://apidock.com/rails or you can generate your local documentation using:
rake doc:rails
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.
精彩评论