aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/string_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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