aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/dirty.rb
Commit message (Expand)AuthorAgeFilesLines
* 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