diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-05-20 18:16:03 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-05-20 18:16:03 -0300 |
commit | a78ee05da102b85f45ecc1a6f230817430fe2aea (patch) | |
tree | 8962e84b5d40a16f7f45b6b8f89f115afe31f9c4 /guides/source | |
parent | 46fcce9a55207b15c42b0b274a74d20e783b702f (diff) | |
download | rails-a78ee05da102b85f45ecc1a6f230817430fe2aea.tar.gz rails-a78ee05da102b85f45ecc1a6f230817430fe2aea.tar.bz2 rails-a78ee05da102b85f45ecc1a6f230817430fe2aea.zip |
Fix CHANGELOG order and add a brief description of the changes in the
Action Pack in the upgrading guide. [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.textile b/guides/source/upgrading_ruby_on_rails.textile index 2b2e65c813..02407a5fe8 100644 --- a/guides/source/upgrading_ruby_on_rails.textile +++ b/guides/source/upgrading_ruby_on_rails.textile @@ -42,6 +42,10 @@ h4(#active_model4_0). ActiveModel Rails 4.0 has changed how errors attach with the ConfirmationValidator. Now when confirmation validations fail the error will be attached to <tt>:#{attribute}_confirmation</tt> instead of <tt>attribute</tt>. +h4(#action_pack4_0). ActionPack + +Rails 4.0 changed how <tt>assert_generates</tt>, <tt>assert_recognizes</tt>, and <tt>assert_routing</tt> work. Now all these assertions raise <tt>Assertion</tt> instead of <tt>RoutingError</tt>. + h3. Upgrading from Rails 3.1 to Rails 3.2 If your application is currently on any version of Rails older than 3.1.x, you should upgrade to Rails 3.1 before attempting an update to Rails 3.2. |