aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/decimal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-8/+8
* Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-231-0/+8
* Correctly handle Float -> BigDecimal with unspecified precisionSean Griffin2014-12-221-0/+5
* Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+5
* 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