Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link to older Rails documentation

For the love of all things holy, can someone please post a link to the Rails 3.2 documentation? Like this http://api.rubyonrails.org/, but rails 3.2, not rails 4. Not the rails guide for 3.2, I have no problem finding that, I need the official documentation.

Every link I find sends me to the Rails 4 documentation, including old links that were supposed to be for Rails 3. The Rails 4 docs don't provide a link to any other Rails docs. I don't know how it is possible to make something like that unGoogleable, but I can't find it.

While you are at it, if you want to post a list of links to the official documentation to other versions of Rails it might be a good resource.

like image 762
RustyToms Avatar asked Dec 21 '13 19:12

RustyToms


1 Answers

Just append the version to the url, using "v" followed by the full rails version. Like this:

http://api.rubyonrails.org/v3.2.16/

like image 152
aromero Avatar answered Sep 18 '22 06:09

aromero