diff options
author | Trevor Turk <trevorturk@gmail.com> | 2013-02-28 14:06:15 -0600 |
---|---|---|
committer | Trevor Turk <trevorturk@gmail.com> | 2013-02-28 14:06:15 -0600 |
commit | 27a304d8e093062723552df056295e59c9993f4b (patch) | |
tree | 0a80b56cd37ab165a2bcbf6f4b87e8d85362a098 /guides | |
parent | 43ab0158fbcafb13fa25d3a06dd53f7b7a92f196 (diff) | |
download | rails-27a304d8e093062723552df056295e59c9993f4b.tar.gz rails-27a304d8e093062723552df056295e59c9993f4b.tar.bz2 rails-27a304d8e093062723552df056295e59c9993f4b.zip |
Document extraction of actionpack-xml_parser
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index d378d51c2a..47b246fe76 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -74,6 +74,8 @@ Rails 4.0 extracted Active Resource to its own gem. If you still need the featur * Rails 4.0 has removed Action and Page caching from Action Pack. You will need to add the `actionpack-action_caching` gem in order to use `caches_action` and the `actionpack-page_caching` to use `caches_pages` in your controllers. +* Rails 4.0 has the removed XML parameters parser. You will need to add the `actionpack-xml_parser` gem if you require this feature. + * Rails 4.0 changed how `assert_generates`, `assert_recognizes`, and `assert_routing` work. Now all these assertions raise `Assertion` instead of `ActionController::RoutingError`. * Rails 4.0 also changed the way unicode character routes are drawn. Now you can draw unicode character routes directly. If you already draw such routes, you must change them, for example: |