aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/string_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* 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-5/+5
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-14/+0
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-4/+4
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-2/+2
* Detect in-place modifications on StringsSean Griffin2014-06-171-0/+36