aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/dirty_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Dirty attributes aren't cleared if save fails. [#174 state:resolved]Xavier Noria2008-05-121-1/+20
* Partial updates play nice with updated_at/on timestampsJeremy Kemper2008-03-311-0/+6
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-2/+45
* Dirty typecasts attribute values before comparison, if possible. Closes #1146...Jeremy Kemper2008-03-291-62/+59
* Track changes to unsaved attributesJeremy Kemper2008-03-291-0/+80