From 280937578b14b06bcb8b92f13d7243eadc890de7 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 26 Jan 2012 13:04:40 +0100 Subject: registers 2483460 in the CHANGELOG --- activerecord/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 05c32ecf86..ccc3277e09 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 3.2.1 (unreleased) ## +* The threshold for auto EXPLAIN is ignored if there's no logger. *fxn* + * Fix possible race condition when two threads try to define attribute methods for the same class. @@ -65,7 +67,7 @@ * Implemented ActiveRecord::Relation#pluck method Method returns Array of column value from table under ActiveRecord model - + Client.pluck(:id) *Bogdan Gusiev* @@ -82,7 +84,7 @@ Post.find(1) Post.connection.close }.join - + Only people who spawn threads in their application code need to worry about this change. @@ -181,7 +183,7 @@ during :reject_if => :all_blank (fixes #2937) *Aaron Christy* - + * Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand* -- cgit v1.2.3