aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-191-8/+0
* Test ActiveSupport::Deprecation.deprecate_methodsYosuke Kabuto2018-12-141-0/+7
* A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-0/+35
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+22
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-062-4/+4
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-0/+34
* 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