aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-06-14 11:42:01 +0200
committerXavier Noria <fxn@hashref.com>2012-06-14 11:50:10 +0200
commitf278b067891b3a3e3462e92ada72e8dc5f24797b (patch)
tree89f5637542e7b1ecd1a5cd1e185cedc834b2c03f /activerecord
parent5d50befa2edbca804a4c202f09f102d22144ad7b (diff)
downloadrails-f278b067891b3a3e3462e92ada72e8dc5f24797b.tar.gz
rails-f278b067891b3a3e3462e92ada72e8dc5f24797b.tar.bz2
rails-f278b067891b3a3e3462e92ada72e8dc5f24797b.zip
removes item in the Active Record CHANGELOG
That change to update_attribute was considered to be too subtle and was reverted in 30ea923 just before Rails 3 shipped. Later we introduced update_column (Rails 3.1).
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9daae27b36..b7c2788db4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1214,8 +1214,6 @@
## Rails 3.0.0 (August 29, 2010) ##
-* Changed update_attribute to not run callbacks and update the record directly in the database *Neeraj Singh*
-
* Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope *José Valim*
* New rake task, db:migrate:status, displays status of migrations #4947 *Kevin Skoglund*