aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/types_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-1/+1
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-105/+0
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-46/+46
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Remove the SQLite3 Binary subclassSean Griffin2015-02-111-10/+0
* Errors raised in `type_cast_for_database` no longer raise on assignmentSean Griffin2015-01-231-0/+17
* Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-6/+4
* Use the correct values for int max and minSean Griffin2014-10-311-47/+0
* Add a deprecation warning for abiguous boolean valuesSean Griffin2014-10-161-4/+6
* Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-151-0/+6
* Fix case statement to use ::Numeric and ::StringMariano Valles2014-07-161-17/+0
* Change class evaluation for Rationals in cast_valueMariano Valles2014-07-161-1/+1
* Fix rational to decimal on type_cast_from_userMariano Valles2014-07-161-0/+10
* Merge pull request #15788 from sgrif/sg-mutable-stringsRafael Mendonça França2014-06-271-7/+0
|\
| * Detect in-place modifications on StringsSean Griffin2014-06-171-7/+0
* | Always assume strings with non-numeric characters change numeric typesSean Griffin2014-06-241-0/+18
|/
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-69/+69
* Change typecasting unit tests to test type objects directlySean Griffin2014-05-231-0/+159
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-32/+0
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-0/+32