aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-186/+0
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+3
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-10/+11
* Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns...Carlos Kozuszko2009-01-161-2/+2
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-1/+1
* Change field_changed? method to handle the case where a nullable integer colu...Ben Symonds2008-12-081-2/+2
* Allow for the dirty tracking to work with the aliased name of aliased attribu...Rich Cavanaugh2008-09-131-1/+19
* Dirty: treat two changes resulting in the original value as being unchanged.Tom Lea2008-08-271-1/+4
* 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