aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-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 insteadCarlos Antonio da Silva2013-07-011-12/+0
|
* remove deprecated `BufferedLogger`.Yves Senn2013-07-011-22/+0
|
* deprecation warning when BufferedLogger is instantiatedYves Senn2012-12-251-0/+8
|
* ActiveSupport::BufferedLogger can be subclassedYves Senn2012-12-251-0/+14
|
* AS::BasicObject can be inherited fromPavel Pravosud2012-12-151-0/+12
|
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* fixing space errorsAaron Patterson2010-07-261-4/+4
|
* Test to ensure that falsy objects aren't wrapped by deprecation proxiesLeigh Caplan2010-07-261-0/+22