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).
This commit is contained in:
Xavier Noria 2012-06-14 11:42:01 +02:00
parent 5d50befa2e
commit f278b06789
1 changed files with 0 additions and 2 deletions

View File

@ -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*