Doesn't look like they've put together an official changelog yet, but the major changes off the top of my head would be jQuery, Coffeescript, sass, sprockets, css sprites, flushing & deprecation of rails 2 finders.
2. The file_field automatically adds :multipart => true to the enclosing form.
3. Newer Migrations - There is a "change" method now which can be used to write only the "up" part of the migration and Rails will automatically reverse when a migration is rolled back.
15 comments
[ 3.0 ms ] story [ 24.4 ms ] threadI am not an excellent hacker but I am learning more by the day. Ruby + Rails is very fun.
... that's what she said.
This basically means that calling Article.find(3) and Comment.where(:article_id => 3).first.article both return the same instance.
Nested has-many:through relationships are a go! :)
1. Console shows SQL queries right there.
2. The file_field automatically adds :multipart => true to the enclosing form.
3. Newer Migrations - There is a "change" method now which can be used to write only the "up" part of the migration and Rails will automatically reverse when a migration is rolled back.