aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Base#reload should clear dirty attributes. [#231 state:resolved]Ryan Bates2008-05-211-0/+8
* Ensure nil to '' doesn't get recorded by dirty for nullable integer columns. ...Pratik Naik2008-05-201-8/+16
* Dirty attributes aren't cleared if save fails. [#174 state:resolved]Xavier Noria2008-05-121-8/+8
* Partial updates off by defaultJeremy Kemper2008-04-011-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-16/+36
* Dirty typecasts attribute values before comparison, if possible. Closes #1146...Jeremy Kemper2008-03-291-1/+6
* Track changes to unsaved attributesJeremy Kemper2008-03-291-0/+117