aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-30/+30
* Fix failing testsSean Griffin2016-06-021-0/+7
* Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-021-1/+38
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-0/+19
* Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-221-1/+0
* no more require minitest mockGaurav Sharma2015-08-271-1/+0
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-3/+3
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-6/+6
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-7/+7
* 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