aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_set
Commit message (Expand)AuthorAgeFilesLines
* Reduce the amount of work performed when instantiating AR modelsSean Griffin2014-11-141-15/+63
* Revert "Improve performance of AR object instantiation"Sean Griffin2014-11-141-18/+3
* Remove unneccesary default parametersSean Griffin2014-11-051-1/+1
* Improve performance of AR object instantiationSean Griffin2014-11-051-3/+18
* 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