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