aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-12 14:03:50 -0800
committerJosé Valim <jose.valim@gmail.com>2011-12-12 14:03:50 -0800
commitffa8bfeed91a10c3566a95d159645fa20f75c429 (patch)
tree5c7bcee3abd2b895f1550baee8f668489b12ede3 /activerecord
parentfa1d9a884c0d5b70c97442e3360ac98ca5fa4340 (diff)
parent04d5eae4e835ead8ef785de4eb442893426f4b29 (diff)
downloadrails-ffa8bfeed91a10c3566a95d159645fa20f75c429.tar.gz
rails-ffa8bfeed91a10c3566a95d159645fa20f75c429.tar.bz2
rails-ffa8bfeed91a10c3566a95d159645fa20f75c429.zip
Merge pull request #3954 from bdurand/null_store_2
Add ActiveSupport::Cache::NullStore for testing and development
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 268799b4b3..cd8e50b33a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -146,6 +146,10 @@
during :reject_if => :all_blank (fixes #2937)
*Aaron Christy*
+
+* Add ActiveSupport::Cache::NullStore for use in development and testing.
+
+ *Brian Durand*
## Rails 3.1.3 (unreleased) ##