aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* Serialized attributes will now always be saved even with partial_updates turn...Tom Lea2008-08-121-1/+3
* Merge with docrails.Pratik Naik2008-07-161-6/+6
* Dirty: recognize when an integer changes from zero to blank. [#433 state:res...Tim Chater2008-06-271-1/+3
* Enable partial updates by defaultJeremy Kemper2008-05-301-1/+1
* 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