aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-201-0/+19
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-0/+1
* Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-151-0/+30
* rename MiniTest to MinitestRajarshi Das2014-08-021-1/+1
* `Attribute` should know about its nameSean Griffin2014-06-261-12/+25
* Encapsulate the creation of `Attribute` objectsSean Griffin2014-06-261-0/+26
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-0/+103