aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type
Commit message (Collapse)AuthorAgeFilesLines
* Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+5
| | | | | When I defines large precision column at RDBMS, I assigns float value, raise ArgumentError (precision too large).
* Fix decimal_test module and add new test for object responding to to_dMariano Valles2014-07-161-6/+15
|
* Fix case statement to use ::Numeric and ::StringMariano Valles2014-07-161-0/+24
|
* Detect in-place modifications on StringsSean Griffin2014-06-171-0/+36
|
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+130
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`