aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/decimal.rb
Commit message (Expand)AuthorAgeFilesLines
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Correctly handle Float -> BigDecimal with unspecified precisionSean Griffin2014-12-221-1/+9
* Fix type casting to Decimal from Float with ...joker10072014-08-011-4/+17
* Prefer if/else for this caseRafael Mendonça França2014-07-171-3/+2
* Fix decimal_test module and add new test for object responding to to_dMariano Valles2014-07-161-1/+0
* Fix case statement to use ::Numeric and ::StringMariano Valles2014-07-161-1/+1
* Change class evaluation for Rationals in cast_valueMariano Valles2014-07-161-4/+6
* Fix rational to decimal on type_cast_from_userMariano Valles2014-07-161-1/+3
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+4
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+25