aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-02-28 14:17:47 -0600
committerTrevor Turk <trevorturk@gmail.com>2013-02-28 14:17:47 -0600
commit3dd5444e56e009276d24a49f451e860daeafd613 (patch)
tree50f742ecb932d599dc1b89c1bf92a88e5a012741 /guides/source/upgrading_ruby_on_rails.md
parentdecff78d013db0d07331f2d405d85a3f10185a02 (diff)
downloadrails-3dd5444e56e009276d24a49f451e860daeafd613.tar.gz
rails-3dd5444e56e009276d24a49f451e860daeafd613.tar.bz2
rails-3dd5444e56e009276d24a49f451e860daeafd613.zip
Document the switch from memcache-client to dalli
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 8e9d9de446..1e82261b73 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -85,6 +85,8 @@ Rails 4.0 extracted Active Resource to its own gem. If you still need the featur
* 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 changes the default memcached client from `memcache-client` to `dalli`. To upgrade, simply add `gem 'dalli'` to your `Gemfile`.
+
* 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: