Hi everyone,
Rails 3.2.8.rc1 has been released. If no regressions are found we will
release 3.2.8 final on Friday.
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.7
ActionMailer
- No changes
ActionPack
-
Reverted the deprecation of
:confirm
. Rafael Mendona Frana -
Reverted the deprecation of
:disable_with
. Rafael Mendona Frana -
Reverted the deprecation of
:mouseover
option toimage_tag
.
Rafael Mendona Frana -
Reverted the deprecation of
button_to_function
and
link_to_function
helpers. Rafael Mendona Frana
ActiveModel
- No changes
ActiveRecord
-
Removes the deprecation of
update_attribute
. fxn -
Reverted the deprecation of
composed_of
. Rafael Mendona Frana -
Reverted the deprecation of
*_sql
association options. They will
be deprecated in 4.0 instead. Jon L. -
Do not eager load AR session store. ActiveRecord::SessionStore
depends on the abstract store
in Action Pack. Eager loading this class would break client code
that eager loads Active Record
standalone.
Fixes #7160Xavier N.
-
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.
Fixes #7175.Rafael Mendona Frana
-
update_columns added. Sebastin Martnez
ActiveResource
- No changes
ActiveSupport
- Reverted the deprecation of ActiveSupport::JSON::Variable. Rafael
Mendona Frana
Railties
- No changes
SHA-1
- MD5 (actionmailer-3.2.8.rc1.gem) =
2e12c71925f8f7f5f05e3225f80e9359db8b0401 - MD5 (actionpack-3.2.8.rc1.gem) =
d6947496fb560393d7eeb18fbb77e7ee2dff2a37 - MD5 (activemodel-3.2.8.rc1.gem) =
4be43d52aa3af70f154101b605ac80c45f0b68ff - MD5 (activerecord-3.2.8.rc1.gem) =
84bc989af7f1bd2e9320fa39d80ca783e3499e94 - MD5 (activeresource-3.2.8.rc1.gem) =
0ba8e537711adabd81fec69f4762a32c5ceb381c - MD5 (activesupport-3.2.8.rc1.gem) =
74c2445d8d2541e04e10a969d2ce14419ee3bb9d - MD5 (rails-3.2.8.rc1.gem) = 470bc8d4402b44e9f5f82f0610d31e6e6945b897
- MD5 (railties-3.2.8.rc1.gem) =
b615346580471aa6dcf338826824f78d0aec8512
You can find an exhaustive list of changes on
github.
Thanks to everyone!
–
Santiago Pastorino
WyeWorks Co-founder
Twitter: http://twitter.com/spastorino
Github: spastorino (Santiago Pastorino) · GitHub