Is there a definitive list of differences between the Ruby on Rails versions?
- by jedijim
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.