Hi everyone,
Rails 3.2.9.rc3 has been released. If no regressions are found I will release 3.2.9 final this Monday 12th. 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
Lock sprockets to 2.2.x REASON: We had some pending fixes in sprockets and sass-rails to make possible to use sprockets version > 2.2. We will do a more conservative sprockets upgrade for this release. In a next release we can relax the dependency again. See #8099 for more information.
Guillermo Iguaran
Clear url helpers when reloading routes.
Santiago Pastorino
Revert the shorthand routes scoped with :module
option fix
This added a regression since it is changing the URL mapping.
This makes the stable release backward compatible.
Rafael Mendonça França
Active Model
Active Record
Active Resource
Active Support
Railties
Revert “Respect children paths filter settings” This reverts commit 53778ec2d716f860646fd43957fd53c8db4da2fe. Closes #8146
Santiago Pastorino
You can find a list of changes between v3.2.9.rc2 and v3.2.9.rc3 here and an exhaustive list of changes since v3.2.8 here.
Thanks to everyone!