| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecation warning now targets at 5.1 | Akira Matsuda | 2015-12-19 | 1 | -1/+5 |
* | Merge pull request #21953 from bdunne/fix_dep_warn | Matthew Draper | 2015-10-17 | 1 | -0/+8 |
* | Removed use of mocha in active_support | Ronak Jangir | 2015-07-10 | 1 | -8/+8 |
* | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -16/+3 |
* | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+17 |
* | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -6/+3 |
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena... | Vipul A M | 2013-12-18 | 1 | -1/+1 |
* | renames the :abort deprecation behaviour to :raise | Xavier Noria | 2013-08-13 | 1 | -3/+3 |
* | defines a new :abort deprecation behaviour that raises | Xavier Noria | 2013-08-13 | 1 | -0/+16 |
* | Test that DeprecatedConstantProxy does not warn when accessing its class | Akira Matsuda | 2013-01-23 | 1 | -0/+1 |
* | Missing AS::Deprecation::DeprecatedObjectProxy test | Akira Matsuda | 2013-01-23 | 1 | -0/+5 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -3/+4 |
* | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -1/+1 |
* | Change ActiveSupport::Deprecation to class. | Piotr Niełacny | 2012-09-13 | 1 | -56/+78 |
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in... | Robert Pankowecki | 2012-09-13 | 1 | -0/+127 |
* | Add test for default silence and stderr deprecation behaviors | Carlos Antonio da Silva | 2012-04-28 | 1 | -0/+20 |
* | Remove more references to Test::Unit | Rafael Mendonça França | 2012-01-06 | 1 | -1/+1 |
* | Remove unneeded tests | Rafael Mendonça França | 2012-01-06 | 1 | -18/+0 |
* | fixed failing tests of ActiveSupport for deprecation test | Raghunadh | 2011-05-21 | 1 | -1/+1 |
* | fix failure if behavior is not define and try use the default | Cyril Mougel | 2010-07-01 | 1 | -0/+7 |
* | Add the possibility to have several behaviors in AS::Deprecation. | José Valim | 2010-07-01 | 1 | -0/+13 |
* | Modify backtrace test to take implementations with slightly different backtra... | Yehuda Katz | 2009-12-13 | 1 | -1/+1 |
* | Fix deprecating =-methods by using send [#2431 status:resolved] | Michael Siebert | 2009-08-09 | 1 | -0/+4 |
* | Rework testing extensions to reflect the recent miniunit upheaval | Jeremy Kemper | 2008-11-07 | 1 | -11/+13 |
* | Remove direct TestCase mixins. Add miniunit compatibility. | Jeremy Kemper | 2008-11-07 | 1 | -1/+1 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -0/+10 |
* | Remove unnecessary DeprecatedInstanceVariable class | Pratik Naik | 2008-05-13 | 1 | -10/+0 |
* | Add class to deprecate instance variables | Pratik Naik | 2008-05-06 | 1 | -0/+10 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ... | Jeremy Kemper | 2006-12-20 | 1 | -0/+4 |
* | Deprecation: silence warnings when reporting test errors. | Jeremy Kemper | 2006-12-17 | 1 | -0/+16 |
* | Extend deprecate so that alternatives can be specified via the deprecation | Jamis Buck | 2006-10-24 | 1 | -0/+20 |
* | assert_deprecated returns result of block | Jeremy Kemper | 2006-09-15 | 1 | -0/+12 |
* | assert_deprecated matches any warning caught in block | Jeremy Kemper | 2006-09-15 | 1 | -0/+9 |
* | silenced writer | Jeremy Kemper | 2006-09-04 | 1 | -1/+5 |
* | Quiet while testing, you. | Jeremy Kemper | 2006-09-04 | 1 | -5/+4 |
* | get deprecation methods and callers straight | Jeremy Kemper | 2006-09-04 | 1 | -1/+1 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -0/+6 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -2/+9 |
* | Include called method in instance variable deprecation warning. | Jeremy Kemper | 2006-08-08 | 1 | -3/+2 |
* | Don't warn when the deprecated ivar proxy is instantiated. | Jeremy Kemper | 2006-08-07 | 1 | -4/+3 |
* | DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends. | Jeremy Kemper | 2006-08-05 | 1 | -0/+16 |
* | Deprecation: easier to work with warning behavior as procs; default behaviors... | Jeremy Kemper | 2006-08-01 | 1 | -70/+45 |
* | Initial Version of Deprecation for Rails[Koz] | Michael Koziarski | 2006-07-27 | 1 | -0/+85 |