From 10a5497f2eafeb95c373175238197eac6ceb5070 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 20 Dec 2011 23:44:33 +0530 Subject: NullStore cache belongs in Active Support --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8299a3fc45..f23ee6e045 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -5,6 +5,8 @@ ## Rails 3.2.0 (unreleased) ## +* Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand* + * Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH* * Module#synchronize is deprecated with no replacement. Please use `monitor` -- cgit v1.2.3