From 6764b7ba23ff42998f2b61ecc3435382bdbd1aeb Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 1 Aug 2012 14:38:04 -0300 Subject: Add missing CHANGELOG entries [ci skip] --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c1d9e080bf..8da51a64c3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,11 +1,17 @@ ## Rails 3.2.8 ## +* Do not eager load AR session store. ActiveRecord::SessionStore depends on the abstract store in Action Pack. Eager loading this class would break client code that eager loads Active Record standalone. Fixes #7160 *Xavier Noria* + * Do not set RAILS_ENV to "development" when using `db:test:prepare` and related rake tasks. This was causing the truncation of the development database data when using RSpec. Fix #7175. *Rafael Mendonça França* +* Change update_attribute deprecation warning suggesting to use update_columns instead of update_column. *Philip Arndt* + +* update_columns added. *Sebastián Martínez* + ## Rails 3.2.7 (Jul 26, 2012) ## * `:finder_sql` and `:counter_sql` options on collection associations -- cgit v1.2.3