aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/big_decimal
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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 activesupport/libXavier Noria2016-08-061-3/+3
* Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
* Unify behavior of all Numeric extensions and use Module.prepend instead of al...Bernard Potocki2015-05-281-8/+7
* Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-041-14/+0
* Prevent Numeric#to_s from allocating an arrayJean Boussier2014-11-281-7/+6
* Fix isolated testsRafael Mendonça França2014-02-011-0/+1
* Remove BigDecimal#to_dDavid Celis2014-02-011-7/+0
* Don't require BigDecimal serialization extensionDavid Celis2014-02-012-8/+13
* add require to suppress warning; remove variableVipul A M2013-04-041-0/+1
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-2/+7
* No need to override the to_yaml method in BigDecimalRafael Mendonça França2012-01-041-15/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
* No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-041-1/+1
* only backport the to_d method if it does not existAaron Patterson2011-08-241-2/+5
* Remove unneeded yaml_as declarationbrainopia2011-01-281-2/+0
* prefering psych as the yaml parser if possible, fixing assertions for YAML 1....Aaron Patterson2011-01-211-0/+6
* fixing psych support in big decimal, fixing tests to support YAML 1.1Aaron Patterson2011-01-211-0/+7
* adding to_d to BigDecimalAaron Patterson2011-01-101-0/+4
* Convert bigdecimal extension modules to class reopensJeremy Kemper2009-03-211-30/+20
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-0/+37