aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-0/+17
* Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacingRyuta Kamizono2018-12-131-1/+1
* Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-0/+7
* Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+8
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-191-6/+29
* Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-221-0/+23
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-0/+10
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-24/+24
* Fix missing requires for object/blankRafael Mendonça França2016-06-131-1/+1
* Bump the deprecation horizonRafael Mendonça França2016-05-101-1/+1
* Converting backtrace to strings before calling set_backtraceTony Novak2016-02-101-2/+2
* Deprecation warning now targets at 5.1Akira Matsuda2015-12-191-1/+5
* Merge pull request #21953 from bdunne/fix_dep_warnMatthew Draper2015-10-171-0/+8
* Removed use of mocha in active_supportRonak Jangir2015-07-101-8/+8
* - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-16/+3
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+17
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-6/+3
* Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-1/+1
* renames the :abort deprecation behaviour to :raiseXavier Noria2013-08-131-3/+3
* defines a new :abort deprecation behaviour that raisesXavier Noria2013-08-131-0/+16
* Test that DeprecatedConstantProxy does not warn when accessing its classAkira Matsuda2013-01-231-0/+1
* Missing AS::Deprecation::DeprecatedObjectProxy testAkira Matsuda2013-01-231-0/+5
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-3/+4
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-56/+78
* extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-0/+127
* Add test for default silence and stderr deprecation behaviorsCarlos Antonio da Silva2012-04-281-0/+20
* Remove more references to Test::UnitRafael Mendonça França2012-01-061-1/+1
* Remove unneeded testsRafael Mendonça França2012-01-061-18/+0
* fixed failing tests of ActiveSupport for deprecation testRaghunadh2011-05-211-1/+1
* fix failure if behavior is not define and try use the defaultCyril Mougel2010-07-011-0/+7
* Add the possibility to have several behaviors in AS::Deprecation.José Valim2010-07-011-0/+13
* Modify backtrace test to take implementations with slightly different backtra...Yehuda Katz2009-12-131-1/+1
* Fix deprecating =-methods by using send [#2431 status:resolved]Michael Siebert2009-08-091-0/+4
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-11/+13
* Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-071-1/+1
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-0/+10
* Remove unnecessary DeprecatedInstanceVariable classPratik Naik2008-05-131-10/+0
* Add class to deprecate instance variablesPratik Naik2008-05-061-0/+10