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