aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_set_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `Attribute` should know about its nameSean Griffin2014-06-261-0/+3
* Encapsulate the creation of `Attribute` objectsSean Griffin2014-06-261-1/+35
* Merge pull request #15868 from sgrif/sg-uninitialized-attributesRafael Mendonça França2014-06-261-0/+56
|\
| * Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-0/+56
* | Merge pull request #15846 from sgrif/sg-attributes-before-type-castRafael Mendonça França2014-06-261-0/+7
|\ \ | |/ |/|
| * Move `attributes_before_type_cast` to `AttributeSet`Sean Griffin2014-06-211-0/+7
* | Merge pull request #15839 from sgrif/sg-attr-set-nullYves Senn2014-06-221-0/+8
|\ \
| * | Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-0/+8
| |/
* / Move `attributes` to the `AttributeSet` object.Sean Griffin2014-06-211-0/+8
|/
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-0/+49