aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation.rb
Commit message (Expand)AuthorAgeFilesLines
* bump AS deprecation_horizon to 3.2Josh Kalderimis2011-04-251-1/+1
* Implement deprecated version of AssociationReflection#primary_key_name, which...Jon Leighton2011-01-031-1/+1
* Improve documentation on ActiveSupport::Deprecation.Ryan Bigg2010-12-211-1/+1
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-185/+9
* Remove unnecessary use of Kernel#silence_warningsJeremy Kemper2009-03-241-3/+1
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-4/+9
* Properly parenthasize calls to defined?(Rails) in 75fa82418 [#1563 state:reso...Frederick Cheung2008-12-151-1/+1
* Prefer Rails.logger over RAILS_DEFAULT_LOGGERJoshua Peek2008-12-101-1/+1
* Move deprecation assertions so TestCase (and Mocha) needn't load on startupJeremy Kemper2008-11-231-59/+0
* Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-071-13/+20
* Update the default deprecation message to not promise that theres more info a...David Heinemeier Hansson2008-10-301-2/+2
* Deprecate render_component.Pratik Naik2008-08-291-1/+1
* Deprecated implicit local assignments when rendering partialsJoshua Peek2008-08-281-0/+16
* Pass class through to DeprecatedConstantProxy targetTarmo Tänav2008-08-231-0/+4
* remove DeprecatedConstantToMethodProxy againSven Fuchs2008-06-221-17/+0
* experimental DeprecatedConstantToMethodProxySven Fuchs2008-06-211-0/+17
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-7/+25
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Remove unnecessary DeprecatedInstanceVariable classPratik Naik2008-05-131-17/+0
* Ruby 1.9 compat: define __setobj__ for DelegatorJeremy Kemper2008-05-121-2/+6
* Add class to deprecate instance variablesPratik Naik2008-05-061-0/+14
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-1/+3
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet.Jeremy Kemper2007-02-081-2/+3
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-4/+4
* DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ...Jeremy Kemper2006-12-201-1/+8
* Don't require test/unit since it tries to turn everything into a test run.Jeremy Kemper2006-12-181-1/+1
* 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