aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-01 14:38:04 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-01 14:38:09 -0300
commit6764b7ba23ff42998f2b61ecc3435382bdbd1aeb (patch)
tree230eaec02577a6e7fbc028e81485252be505bce5 /activerecord
parent3e01a2a855f7f00dcdf5867db2decb158db6ab6e (diff)
downloadrails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.tar.gz
rails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.tar.bz2
rails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.zip
Add missing CHANGELOG entries
[ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
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