aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-2/+6
* Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-151-0/+7
* Move writing unknown column exception to null attributeSean Griffin2014-06-261-0/+5
* `Attribute` should know about its nameSean Griffin2014-06-261-20/+27
* Encapsulate the creation of `Attribute` objectsSean Griffin2014-06-261-11/+17
* Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-0/+27
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-3/+3
* Refactor in-place dirty checking to use the attribute objectSean Griffin2014-06-161-0/+19
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-0/+56