aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Make sure timestamp is properly referencedBlake Smith2010-05-111-1/+1
* Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...José Valim2010-05-101-1/+1
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-50/+50
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-4/+4
* Dirty datetime attributes should be aware of time zone info [#3658 state:reso...Kristopher Murata2010-04-081-0/+6
* Fix dom_id for ActiveRecord [#4296 state:resolved]José Valim2010-03-301-16/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+4
* 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
* Add to_key and to_param methods to ActiveModel::Conversion.José Valim2010-02-211-1/+1
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-3/+5
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+14
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-225-22/+117
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-175-117/+22
* 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
* Ruby 1.9.2: Object#id is gone nowJeremy Kemper2009-08-071-1/+1
* Extract generic attribute method generation to AMoJoshua Peek2009-08-043-5/+5
* Added reset_attribute! method to ActiveRecord::AttributeMethods::Dirty which ...Paul Gillard2009-08-041-12/+29
* Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...Paul Gillard2009-08-043-4/+4
* Track generated attribute methods in a separate moduleJoshua Peek2009-08-023-5/+5
* Start separating primary key concernsJoshua Peek2009-07-301-0/+44
* Move attribute_types_cached_by_default into attribute methods reading concernJoshua Peek2009-07-301-0/+11
* Don't need to pass attr_name to evaluate_attribute_method anymoreJoshua Peek2009-07-303-5/+5
* Undefine id and let it automatically be generatedJoshua Peek2009-07-301-11/+2
* Redirect method missing for primary key to read_attributeJoshua Peek2009-07-301-2/+2
* ditto for id=Joshua Peek2009-07-301-5/+1
* Don't define id_before_type_cast, just let it be generated on its ownJoshua Peek2009-07-301-5/+5
* Move id attribute methods into their related concernJoshua Peek2009-07-303-0/+28
* cache_attributes is related to attribute readingJoshua Peek2009-07-301-0/+19
* Generate methods for all suffixesJoshua Peek2009-07-301-3/+8
* Concernify AR AttributeMethodsJoshua Peek2009-07-306-0/+420