Hi everyone,
Rails 3.2.8.rc2 has been released. If no regressions are found we will release 3.2.8 final around Wednesday 8th.
We are removing all the deprecation warnings that we introduced in 3.2.x. We have decided to stop introducing API deprecations in all point releases going forward. From now on, it’ll only happen in majors/minors.
Action Mailer
Action Pack
Active Model
Active Record
Do not set RAILS_ENV to “development” when using db:test:prepare
and related rake tasks.
This was causing the truncation of the development database data when using RSpec.
In RC2 was fixed again when using config.active_record.schema_format = :sql
Rafael Mendonça França
Do not consider the numeric attribute as changed if the old value is zero and the new value is not a string. Fixes #7237. Rafael Mendonça França
Active Resource
Active Support
Railties
:data => { :confirm => "Text" }
syntax instead of :confirm
. Rafael Mendonça FrançaYou can find a list of changes between v3.2.8.rc1 and v3.2.8.rc2 here and an exhaustive list of changes since v3.2.7 here.
Thanks to everyone!