aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-10-03 14:52:56 +0000
committerRick Olson <technoweenie@gmail.com>2007-10-03 14:52:56 +0000
commit408f4964022a4ff47c24763af350c6d527855552 (patch)
tree862ad862ae7674b96ef7ecfd05e136e44e43ef18 /actionpack/CHANGELOG
parent904df818d61b695a5f9508864137d13fffa22d15 (diff)
downloadrails-408f4964022a4ff47c24763af350c6d527855552.tar.gz
rails-408f4964022a4ff47c24763af350c6d527855552.tar.bz2
rails-408f4964022a4ff47c24763af350c6d527855552.zip
Use #require_library_or_gem to load the memcache library for the MemCache session and fragment cache stores. Closes #8662. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7725 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3bc5797800..6c747deb11 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Use #require_library_or_gem to load the memcache library for the MemCache session and fragment cache stores. Closes #8662. [Rick]
+
* Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config. [Rick]
config.action_controller.optimise_named_routes = false