aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/decimal.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-4/+0
* Ensure casting by decimal attribute when queryingRyuta Kamizono2018-11-121-0/+4
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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
* Match the behavior of bigdecimal after https://github.com/ruby/bigdecimal/pul...Rafael Mendonça França2017-02-241-1/+5
* Fix invalid string Decimal casting under ruby 2.4John Hawthorn2017-02-241-1/+3
* Make BigDecimal casting consistent on different platformsKir Shatrov2017-01-221-1/+2
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-12/+13
* applies remaining conventions across the projectXavier Noria2016-08-061-9/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-31/+31
* Apply scale before precision when coercing floats to decimalSean Griffin2016-03-241-2/+10
* Require dependencies from stdlib in the Decimal typeSean Griffin2015-09-211-0/+2
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+50