ruby - Rails website documentation for an older version -



ruby - Rails website documentation for an older version -

rails has beautiful documentation on guides , website: http://guides.rubyonrails.org/association_basics.html

i taking on application uses rails 2.2.2 documentation on rails site latest version. how find 2.2.2 documentation?

in other words check out how django it: https://docs.djangoproject.com/en/dev// can click version , documentation adjust accordingly?

i see railsbrain.com has previous release docs, display api , looking nice site(ie. how current release site looks 2.2.2)

thanks.

http://apidock.com/rails/ has version scale see documentation different versions.

also official guides have branches older versions, e.g. rails 2.3: http://guides.rubyonrails.org/v2.3.11/, rails 3.2: http://guides.rubyonrails.org/v3.2.13/

ruby-on-rails ruby

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -