开发者

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

开发者 https://www.devze.com 2023-01-06 07:41 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

It 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消