[ANN] Rails 3.2.8.rc2 has been released

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.

IMPORTANT

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.

CHANGES since 3.2.8.rc1

ActionMailer

  • No changes

ActionPack

  • html_escape should escape single quotes. Santiago Pastorino

ActiveModel

  • No changes

ActiveRecord

  • 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 Mendona Frana

  • 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
    Mendona Frana

ActiveResource

  • No changes

ActiveSupport

  • Fix ActiveSupport integration with Mocha > 0.12.1. Mike G.

Railties

  • ERB scaffold generator use the :data => { :confirm => "Text" }
    syntax instead of :confirm. Rafael Mendona Frana

SHA-1

  • 351b13c792517534b68df02f550cfc335c8d3f5f actionmailer-3.2.8.rc2.gem
  • 0b0f92bb3f2fad426f3b9c0849e5f5457c029586 actionpack-3.2.8.rc2.gem
  • c19868c2f4fc20ebf20c1a27c89a65b80592b6e6 activemodel-3.2.8.rc2.gem
  • 9d247e14feb6d453aded4ba9edc8bae1cf940891 activerecord-3.2.8.rc2.gem
  • 7db76b428fdec2aeea190773d5daea139c7732ba activeresource-3.2.8.rc2.gem
  • b93d62722c854fde8acda511f53481c4f3ceeaf2 activesupport-3.2.8.rc2.gem
  • 7fd2e2035469e89e17b3872d51968a5856d6ed8c rails-3.2.8.rc2.gem
  • bf685a73a55fd5ffa77c7c0160b2bec898fa15eb railties-3.2.8.rc2.gem

You 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.

Please let us know if your test suites are fine with this release or
not.

Thanks to everyone!

Santiago Pastorino
WyeWorks Co-founder

Twitter: http://twitter.com/spastorino
Github: spastorino (Santiago Pastorino) · GitHub

Our test suite (rspec/capybara+webkit/jasmine) which was broken by 3.2.7
is
working perfectly in 3.2.8.rc2.

Thanks!
–Daniel Evans

On Friday, August 3, 2012 4:29:57 PM UTC+2, Santiago Pastorino wrote:

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.

Does this mean that all deprecation warnings will appear in releases
X.Y.0
and disappear in X.Y.1 ? I like this idea.

  • Alexey.