Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | Add some assertions for BigDecimal#to_s | Yosuke Kabuto | 2016-05-15 | 1 | -0/+2 |
* | Remove BigDecimal#to_d | David Celis | 2014-02-01 | 1 | -5/+0 |
* | Don't require BigDecimal serialization extension | David Celis | 2014-02-01 | 1 | -8/+1 |
* | Removed unnecessary require | Anupam Choudhury | 2013-09-10 | 1 | -1/+0 |
* | Moving NumberHelpers from ActionView to ActiveSupport | Andrew Mutz | 2012-05-27 | 1 | -0/+5 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | fixing psych support in big decimal, fixing tests to support YAML 1.1 | Aaron Patterson | 2011-01-21 | 1 | -4/+4 |
* | Fixed various isolated test missing requires within AS. | Josh Kalderimis | 2011-01-12 | 1 | -2/+4 |
* | adding to_d to BigDecimal | Aaron Patterson | 2011-01-10 | 1 | -0/+15 |