Hi everyone,
Rails 3.2.9.rc2 has been released. If no regressions are found I will release 3.2.9 final this Monday 5th. If you find a regression open an issue on github and mention me on it, mail me or tweet me, whatever but let me know :).
Action Mailer
Action Pack
Revert the assert_template
fix to not pass with ever string that matches the template name.
This added a regression since people were relying on this buggy behavior.
This will introduce back #3849 but this stable release will be backward compatible.
Fixes #8068.
Rafael Mendonça França
Revert the rename of internal variable on ActionController::TemplateAssertions to prevent naming collisions. This added a regression related with shoulda-matchers, since it is expecting the instance variable @layouts. This will introduce back #7459 but this stable release will be backward compatible. Fixes #8068.
Rafael Mendonça França
Active Model
Active Record
Fix issue with collection associations calling first(n)/last(n) and attempting
to set the inverse association when :inverse_of
was used. Fixes #8087.
Carlos Antonio da Silva
Fix ActiveRecord#update_column return value.
Aliaxandr
Fix bug when Column is trying to type cast boolean values to integer. Fixes #8067.
Rafael Mendonça França
Fix bug where rake db:test:prepare
tries to load the structure.sql into development database.
Fixes #8032.
Grace Liu + Rafael Mendonça França
Fixed support for DATABASE_URL
environment variable for rake db tasks. Grace Liu
Active Resource
Active Support
Railties
You can find a list of changes between v3.2.9.rc1 and v3.2.9.rc2 here and an exhaustive list of changes since v3.2.8 here.
Thanks to everyone!