aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_decorators_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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-25/+25
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-4/+4
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-3/+3
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* Replace drop sql statement to drop_table methodYasuo Honda2014-09-111-1/+1
* Remove 'if exists' from drop table statement then use `table_exists?`Yasuo Honda2014-09-031-1/+1
* Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...Yves Senn2014-08-291-0/+1
* Remove redundant that already happened in teardown.Zuhao Wan2014-07-221-1/+0
* Don't type cast the default on the columnSean Griffin2014-06-171-11/+1
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-0/+21
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-2/+2
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-0/+2
* fix test cases after #15558 merge to master.Kuldeep Aggarwal2014-06-071-3/+3
* Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+112