Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 ↵ | Yehuda Katz | 2009-12-13 | 1 | -1/+1 |
| | | | | backtrace output into consideration. | ||||
* | Fix deprecating =-methods by using send [#2431 status:resolved] | Michael Siebert | 2009-08-09 | 1 | -0/+4 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 ↵ | Joshua Peek | 2008-06-03 | 1 | -0/+10 |
| | | | | ActiveSupport [#238 state:resolved] | ||||
* | 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 |
| | | | | | Add ActiveSupport::Deprecation::DeprecatedInstanceVariable class to deprecate instance variables of primitive types such as stings. | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ↵ | Jeremy Kemper | 2006-12-20 | 1 | -0/+4 |
| | | | | | | and others use it for diagnostics. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5763 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Deprecation: silence warnings when reporting test errors. | Jeremy Kemper | 2006-12-17 | 1 | -0/+16 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5728 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Extend deprecate so that alternatives can be specified via the deprecation | Jamis Buck | 2006-10-24 | 1 | -0/+20 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5356 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | assert_deprecated returns result of block | Jeremy Kemper | 2006-09-15 | 1 | -0/+12 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | assert_deprecated matches any warning caught in block | Jeremy Kemper | 2006-09-15 | 1 | -0/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5114 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | silenced writer | Jeremy Kemper | 2006-09-04 | 1 | -1/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4978 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Quiet while testing, you. | Jeremy Kemper | 2006-09-04 | 1 | -5/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | get deprecation methods and callers straight | Jeremy Kemper | 2006-09-04 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -0/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4760 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -2/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4728 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Include called method in instance variable deprecation warning. | Jeremy Kemper | 2006-08-08 | 1 | -3/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Don't warn when the deprecated ivar proxy is instantiated. | Jeremy Kemper | 2006-08-07 | 1 | -4/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4698 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends. | Jeremy Kemper | 2006-08-05 | 1 | -0/+16 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Deprecation: easier to work with warning behavior as procs; default ↵ | Jeremy Kemper | 2006-08-01 | 1 | -70/+45 |
| | | | | | | behaviors for each environment so users needn't update env.rb; and testing pleasure with assert_deprecated, assert_not_deprecated. Test prints to , dev logs, production ignores. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4647 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Initial Version of Deprecation for Rails[Koz] | Michael Koziarski | 2006-07-27 | 1 | -0/+85 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4623 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |