Is there a definitive list of differences between the Ruby on Rails versions?

Posted by jedijim on Stack Overflow See other posts from Stack Overflow or by jedijim
Published on 2010-04-17T19:22:42Z Indexed on 2010/04/17 19:33 UTC
Read the original article Hit count: 147

Filed under:
|

Is there a list of the differences between the various versions of Rails somewhere on the web?

I'm working through an older book about Rails that uses Rails 1.2. I know there are other ways to learn Rails these days, but I thought it would be interesting to try and convert all of the exercises in the book to a more modern versions of Rails (I'm currently working with 2.3.5).

A comprehensive list of differences between the various releases would be very helpful. Note that I don't consider the git log a good source of information, as commit messages almost never tell the full story.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about version