aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
Commit message (Expand)AuthorAgeFilesLines
* revises the rdoc of update_attributes and update_attributes! to document they...Xavier Noria2010-07-141-4/+9
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-131-4/+8
* Tidying up a bit, so update_attribute is not called twice on touch.José Valim2010-07-131-10/+8
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-0/+1
* Improve a bit the code in latest commits.José Valim2010-07-081-7/+9
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-081-5/+12
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-1/+1
* Adds title and minor changes.Rizwan Reza2010-06-161-11/+18
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+230