| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing deprecation_horizon to be Rails 4.2 | wangjohn | 2013-08-24 | 1 | -1/+1 |
* | fix grammar, change 'an' to 'a' [ci skip] | Prathamesh Sonpatki | 2013-06-27 | 1 | -3/+3 |
* | explains why these requires are in an unusual place | Xavier Noria | 2012-10-07 | 1 | -0/+8 |
* | Fix warning: circular require considered harmful. | kennyj | 2012-10-03 | 1 | -6/+7 |
* | Copy-edit deprecation relared documentation [ci skip] | Rafael Mendonça França | 2012-09-13 | 1 | -8/+2 |
* | Change ActiveSupport::Deprecation to class. | Piotr Niełacny | 2012-09-13 | 1 | -9/+30 |
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in... | Robert Pankowecki | 2012-09-13 | 1 | -1/+1 |
* | bump AS deprecation_horizon to 4.1 | Francesco Rodríguez | 2012-06-17 | 1 | -2/+2 |
* | revises requires of some AS deprecation files | Xavier Noria | 2012-04-05 | 1 | -0/+1 |
* | bump AS deprecation_horizon to 3.2 | Josh Kalderimis | 2011-04-25 | 1 | -1/+1 |
* | Implement deprecated version of AssociationReflection#primary_key_name, which... | Jon Leighton | 2011-01-03 | 1 | -1/+1 |
* | Improve documentation on ActiveSupport::Deprecation. | Ryan Bigg | 2010-12-21 | 1 | -1/+1 |
* | Dice up ActiveSupport::Deprecation | Jeremy Kemper | 2009-04-17 | 1 | -185/+9 |
* | Remove unnecessary use of Kernel#silence_warnings | Jeremy Kemper | 2009-03-24 | 1 | -3/+1 |
* | Inline code comments for class_eval/module_eval [#1657 state:resolved] | Xavier Noria | 2008-12-28 | 1 | -4/+9 |
* | Properly parenthasize calls to defined?(Rails) in 75fa82418 [#1563 state:reso... | Frederick Cheung | 2008-12-15 | 1 | -1/+1 |
* | Prefer Rails.logger over RAILS_DEFAULT_LOGGER | Joshua Peek | 2008-12-10 | 1 | -1/+1 |
* | Move deprecation assertions so TestCase (and Mocha) needn't load on startup | Jeremy Kemper | 2008-11-23 | 1 | -59/+0 |
* | Remove direct TestCase mixins. Add miniunit compatibility. | Jeremy Kemper | 2008-11-07 | 1 | -13/+20 |
* | Update the default deprecation message to not promise that theres more info a... | David Heinemeier Hansson | 2008-10-30 | 1 | -2/+2 |
* | Deprecate render_component. | Pratik Naik | 2008-08-29 | 1 | -1/+1 |
* | Deprecated implicit local assignments when rendering partials | Joshua Peek | 2008-08-28 | 1 | -0/+16 |
* | Pass class through to DeprecatedConstantProxy target | Tarmo Tänav | 2008-08-23 | 1 | -0/+4 |
* | 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 |