aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-1/+2
|\
| * class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-1/+2
* | Remove objects from identity map if save! failed, otherwise finding again the...Emilio Tagua2010-11-191-0/+3
* | Remove objects from identity map if save failed, otherwise finding again the ...Emilio Tagua2010-11-191-0/+2
|/
* Make should_record_timestamps? serialization aware rather than object#changed?Pratik Naik2010-11-021-4/+0
* Ensure save always updates timestamps when serialized attributes are presentPratik Naik2010-11-021-0/+4
* Replacing superclass_delegating_accessoror with class_attribute.Neeraj Singh2010-08-311-1/+1
* Make sure timestamp is properly referencedBlake Smith2010-05-111-1/+1
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-50/+50
* Dirty datetime attributes should be aware of time zone info [#3658 state:reso...Kristopher Murata2010-04-081-0/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-8/+8
* clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...Aaron Patterson2010-03-161-1/+1
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* I added this feature so that a Map of changed fields could be retrievedJosh Sharpe2009-08-311-2/+9
* Extract common dirty tracking methods in AMoJoshua Peek2009-08-101-114/+9
* AMo overrides alias_attribute and manages aliasing all known attribute method...Joshua Peek2009-08-101-17/+0
* Serialized attributes should only be saved with partial_updates when the seri...Mike Breen2009-08-091-1/+1
* Added reset_attribute! method to ActiveRecord::AttributeMethods::Dirty which ...Paul Gillard2009-08-041-12/+29
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-0/+187