Commit message (Collapse) | 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 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Fix bug where custom deprecators are not used. | Brandon Dunne | 2015-10-14 | 1 | -0/+34 |
| | | | | | | | | | | | | Add tests for ActiveSupport::Deprecation.deprecate_methods Modify ActiveSupport::Testing::Deprecation to allow a custom deprecator Leverage ActiveSupport::Testing::Deprecation assert_deprecated Update documentation for ActiveSupport::Deprecation.deprecate_methods Use cases: Using the default deprecator => "removed from Rails X.Y" Passing a custom deprecator in the options hash => "removed from MyGem next-release" Deprecating methods directly from custom deprecator => "removed from MyGem next-release" | ||||
* | 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 |