aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_set
Commit message (Expand)AuthorAgeFilesLines
* some object allocation reduction for new AR objectsAaron Patterson2014-09-271-2/+5
* `Attribute` should know about its nameSean Griffin2014-06-261-4/+3
* Encapsulate the creation of `Attribute` objectsSean Griffin2014-06-261-1/+1
* Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-0/+33