aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/dirty_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change field_changed? method to handle the case where a nullable integer colu...Ben Symonds2008-12-081-0/+12
* Allow for the dirty tracking to work with the aliased name of aliased attribu...Rich Cavanaugh2008-09-131-0/+13
* Dirty: treat two changes resulting in the original value as being unchanged.Tom Lea2008-08-271-0/+36
* Serialized attributes will now always be saved even with partial_updates turn...Tom Lea2008-08-121-0/+12
* Dirty: recognize when an integer changes from zero to blank. [#433 state:res...Tim Chater2008-06-271-0/+27
* Partial updates don't update lock_version if nothing changed. [#426 state:re...Daniel Morrison2008-06-221-0/+19
* 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-0/+10
* 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