Rails has beautiful documentation on their guides and their website: http://guides.rubyonrails.org/association_basics.html
I am taking on an application that uses Rails 2.2.2 but the documentation on the rails site is for the latest version. How could I find the 2.2.2 documentation?
In other words check out how Django does it: https://docs.djangoproject.com/en/dev// You can click which version it is and the documentation will adjust accordingly?
I do see that RailsBrain.com has an previous release docs, but they only display the API and I am looking for the nice site(ie. how current release site looks but for 2.2.2)
Thanks.
To know all rails versions released, you check out on all rails versions. You can also do it with your terminal with the command line gem list rails --remote --all | grep "^rails " . I you want to install rails on another version of ruby, you need to switch version of ruby and re-install version of rails.
http://apidock.com/rails/ has a version scale to see documentation for different versions.
Also official guides have branches for any older versions, e.g. Rails 2.3: http://guides.rubyonrails.org/v2.3.11/, Rails 3.2: http://guides.rubyonrails.org/v3.2.13/
Try this one:
http://railsguides.heroku.com/
It's a collection of the guides of each version.
Btw, Its old one is based on 2.3.5 but it will be much easier than reading the new one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With