aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-17/+24
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-2/+1
* `reload` should fully reload attributesSean Griffin2014-06-221-4/+0
* Merge pull request #15839 from sgrif/sg-attr-set-nullYves Senn2014-06-221-1/+2
|\
| * Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-1/+2
* | Move `attributes` to the `AttributeSet` object.Sean Griffin2014-06-211-0/+5
|/
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-0/+51