aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/deprecation.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-8/+9
* make `collect_deprecations` available.Yves Senn2013-12-101-11/+10
* Remove more references to Test::UnitRafael Mendonça França2012-01-061-19/+0
* Opt in to DependenciesJeremy Kemper2009-04-221-9/+9
* Move deprecation assertions so TestCase (and Mocha) needn't load on startupJeremy Kemper2008-11-231-0/+55