| Commit message (Expand) | Author | Age | Files | Lines |
* | remove DeprecatedConstantToMethodProxy again | Sven Fuchs | 2008-06-22 | 1 | -17/+0 |
* | experimental DeprecatedConstantToMethodProxy | Sven Fuchs | 2008-06-21 | 1 | -0/+17 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -7/+25 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -2/+2 |
* | Remove unnecessary DeprecatedInstanceVariable class | Pratik Naik | 2008-05-13 | 1 | -17/+0 |
* | Ruby 1.9 compat: define __setobj__ for Delegator | Jeremy Kemper | 2008-05-12 | 1 | -2/+6 |
* | Add class to deprecate instance variables | Pratik Naik | 2008-05-06 | 1 | -0/+14 |
* | Some 1.9 forward compatibility | Jeremy Kemper | 2007-09-14 | 1 | -1/+3 |
* | Refactored in use of extract_options! (closes #9079) [josh] | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet. | Jeremy Kemper | 2007-02-08 | 1 | -2/+3 |
* | Nodoc the irrelevant (from 1.2) | David Heinemeier Hansson | 2007-01-26 | 1 | -4/+4 |
* | DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ... | Jeremy Kemper | 2006-12-20 | 1 | -1/+8 |
* | Don't require test/unit since it tries to turn everything into a test run. | Jeremy Kemper | 2006-12-18 | 1 | -1/+1 |
* | Deprecation: silence warnings when reporting test errors. | Jeremy Kemper | 2006-12-17 | 1 | -0/+13 |
* | Improve readability. | Jeremy Kemper | 2006-11-17 | 1 | -8/+11 |
* | Handle failed caller parsing, factor out deprecation caller message. | Jeremy Kemper | 2006-11-16 | 1 | -3/+17 |
* | Extend deprecate so that alternatives can be specified via the deprecation | Jamis Buck | 2006-10-24 | 1 | -3/+10 |
* | deprecation_method_warning and deprecation_horizon - fewer moving parts, easy... | Jeremy Kemper | 2006-09-22 | 1 | -1/+9 |
* | assert_deprecated returns result of block | Jeremy Kemper | 2006-09-15 | 1 | -4/+6 |
* | assert_deprecated matches any warning caught in block | Jeremy Kemper | 2006-09-15 | 1 | -3/+3 |
* | alias_method_chain yields method target and punctuation to simplify wrapper m... | Jeremy Kemper | 2006-09-15 | 1 | -7/+8 |
* | quell warnings | Jeremy Kemper | 2006-09-04 | 1 | -0/+3 |
* | silenced writer | Jeremy Kemper | 2006-09-04 | 1 | -0/+3 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -4/+15 |
* | Quiet while testing, you. | Jeremy Kemper | 2006-09-04 | 1 | -2/+1 |
* | get deprecation methods and callers straight | Jeremy Kemper | 2006-09-04 | 1 | -3/+3 |
* | Added deprecation language for in_place_editor and auto_complete_field that b... | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+2 |
* | More deprecation fun | David Heinemeier Hansson | 2006-09-03 | 1 | -3/+2 |
* | If not running in Rails, we will log deprecations to $stderr | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+6 |
* | Modules can deprecate stuff too | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Stress that 2.0 is the cut and that we will have a page listing deprecations | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+2 |
* | Made it clear that deprecated stuff leaves on majors only | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+1 |
* | Eliminate Active Support warnings. | Jeremy Kemper | 2006-08-29 | 1 | -0/+1 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -1/+15 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -9/+15 |
* | separate warn method for easier localization override | Jeremy Kemper | 2006-08-08 | 1 | -1/+5 |
* | Include called method in instance variable deprecation warning. | Jeremy Kemper | 2006-08-08 | 1 | -6/+2 |
* | Don't warn when the deprecated ivar proxy is instantiated. | Jeremy Kemper | 2006-08-07 | 1 | -1/+0 |
* | DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends. | Jeremy Kemper | 2006-08-05 | 1 | -4/+23 |
* | Deprecation: easier to work with warning behavior as procs; default behaviors... | Jeremy Kemper | 2006-08-01 | 1 | -32/+74 |
* | Initial Version of Deprecation for Rails[Koz] | Michael Koziarski | 2006-07-27 | 1 | -0/+46 |