aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-02-28 14:06:15 -0600
committerTrevor Turk <trevorturk@gmail.com>2013-02-28 14:06:15 -0600
commit27a304d8e093062723552df056295e59c9993f4b (patch)
tree0a80b56cd37ab165a2bcbf6f4b87e8d85362a098 /guides/source/upgrading_ruby_on_rails.md
parent43ab0158fbcafb13fa25d3a06dd53f7b7a92f196 (diff)
downloadrails-27a304d8e093062723552df056295e59c9993f4b.tar.gz
rails-27a304d8e093062723552df056295e59c9993f4b.tar.bz2
rails-27a304d8e093062723552df056295e59c9993f4b.zip
Document extraction of actionpack-xml_parser
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
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: