aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecation: silence warnings when reporting test errors.Jeremy Kemper2006-12-171-0/+13
* Improve readability.Jeremy Kemper2006-11-171-8/+11
* Handle failed caller parsing, factor out deprecation caller message.Jeremy Kemper2006-11-161-3/+17
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-241-3/+10
* deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...Jeremy Kemper2006-09-221-1/+9
* assert_deprecated returns result of blockJeremy Kemper2006-09-151-4/+6
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-151-3/+3
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-151-7/+8
* quell warningsJeremy Kemper2006-09-041-0/+3
* silenced writerJeremy Kemper2006-09-041-0/+3
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-4/+15
* Quiet while testing, you.Jeremy Kemper2006-09-041-2/+1
* get deprecation methods and callers straightJeremy Kemper2006-09-041-3/+3
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-2/+2
* More deprecation funDavid Heinemeier Hansson2006-09-031-3/+2
* If not running in Rails, we will log deprecations to $stderrDavid Heinemeier Hansson2006-09-031-2/+6
* Modules can deprecate stuff tooDavid Heinemeier Hansson2006-09-031-1/+1
* Stress that 2.0 is the cut and that we will have a page listing deprecationsDavid Heinemeier Hansson2006-09-031-1/+2
* Made it clear that deprecated stuff leaves on majors onlyDavid Heinemeier Hansson2006-09-031-2/+1
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-0/+1
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-1/+15
* New dependencies implementationNicholas Seckar2006-08-081-9/+15
* separate warn method for easier localization overrideJeremy Kemper2006-08-081-1/+5
* Include called method in instance variable deprecation warning.Jeremy Kemper2006-08-081-6/+2
* Don't warn when the deprecated ivar proxy is instantiated.Jeremy Kemper2006-08-071-1/+0
* DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.Jeremy Kemper2006-08-051-4/+23
* Deprecation: easier to work with warning behavior as procs; default behaviors...Jeremy Kemper2006-08-011-32/+74
* Initial Version of Deprecation for Rails[Koz]Michael Koziarski2006-07-271-0/+46