Rails has beautiful documentation on their guides and their website: http://guides.rubyonrails.org/association_basics.html
Rails在他们的指南及其网站上有很好的文档: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?
我正在使用一个使用Rails 2.2.2的应用程序,但rails网站上的文档是针对最新版本的。我怎么能找到2.2.2文档?
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?
换句话说,看看Django是如何做到的:https://docs.djangoproject.com/en/dev//你可以点击它的版本,文档会相应调整吗?
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)
我确实看到RailsBrain.com有一个以前的发布文档,但他们只显示API,我正在寻找一个不错的网站(即当前发布网站的外观,但2.2.2)
Thanks.
3 个解决方案
#1
10
http://apidock.com/rails/ has a version scale to see documentation for different versions.
http://apidock.com/rails/有一个版本比例,可以查看不同版本的文档。
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/
官方指南也有适用于任何旧版本的分支,例如Rails 2.3:http://guides.rubyonrails.org/v2.3.11/,Rails 3.2:http://guides.rubyonrails.org/v3.2.13/
#2
1
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.
顺便说一句,它的旧版基于2.3.5,但它比阅读新版要容易得多。
#3
#1
10
http://apidock.com/rails/ has a version scale to see documentation for different versions.
http://apidock.com/rails/有一个版本比例,可以查看不同版本的文档。
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/
官方指南也有适用于任何旧版本的分支,例如Rails 2.3:http://guides.rubyonrails.org/v2.3.11/,Rails 3.2:http://guides.rubyonrails.org/v3.2.13/
#2
1
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.
顺便说一句,它的旧版基于2.3.5,但它比阅读新版要容易得多。