aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ...Jeremy Kemper2006-12-201-0/+4
* Deprecation: silence warnings when reporting test errors.Jeremy Kemper2006-12-171-0/+16
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-241-0/+20
* assert_deprecated returns result of blockJeremy Kemper2006-09-151-0/+12
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-151-0/+9
* silenced writerJeremy Kemper2006-09-041-1/+5
* Quiet while testing, you.Jeremy Kemper2006-09-041-5/+4
* get deprecation methods and callers straightJeremy Kemper2006-09-041-1/+1
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-0/+6
* New dependencies implementationNicholas Seckar2006-08-081-2/+9
* Include called method in instance variable deprecation warning.Jeremy Kemper2006-08-081-3/+2
* Don't warn when the deprecated ivar proxy is instantiated.Jeremy Kemper2006-08-071-4/+3
* DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.Jeremy Kemper2006-08-051-0/+16
* Deprecation: easier to work with warning behavior as procs; default behaviors...Jeremy Kemper2006-08-011-70/+45
* Initial Version of Deprecation for Rails[Koz]Michael Koziarski2006-07-271-0/+85