Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 2 | -4/+4 |
* | Fix bug where custom deprecators are not used. | Brandon Dunne | 2015-10-14 | 1 | -0/+34 |
* | Remove deprecated AS::BasicObject, use AS::ProxyObject instead | Carlos Antonio da Silva | 2013-07-01 | 1 | -12/+0 |
* | remove deprecated `BufferedLogger`. | Yves Senn | 2013-07-01 | 1 | -22/+0 |
* | deprecation warning when BufferedLogger is instantiated | Yves Senn | 2012-12-25 | 1 | -0/+8 |
* | ActiveSupport::BufferedLogger can be subclassed | Yves Senn | 2012-12-25 | 1 | -0/+14 |
* | AS::BasicObject can be inherited from | Pavel Pravosud | 2012-12-15 | 1 | -0/+12 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | fixing space errors | Aaron Patterson | 2010-07-26 | 1 | -4/+4 |
* | Test to ensure that falsy objects aren't wrapped by deprecation proxies | Leigh Caplan | 2010-07-26 | 1 | -0/+22 |