aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #20286 from davydovanton/doc-deprecation-behaviorAbdelkader Boudih2015-05-251-0/+12
|\
| * [skip ci] Add documentation for Deprecation::Behavior moduleAnton Davydov2015-05-251-0/+12
* | s/contstant/constant re #20282 [ci skip]Zachary Scott2015-05-241-2/+2
* | [skip ci] Add documentation for DeprecatedConstantProxy#classAnton Davydov2015-05-241-0/+5
|/
* Tiny documentation edits [ci skip]Robin Dupret2015-05-041-14/+16
* [ci skip] Rework docs, add examples on deprecation proxiesNick Cox2015-04-241-22/+38
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-3/+5
* Do not check only for the Rails constantRafael Mendonça França2015-01-021-1/+1
* renames the :abort deprecation behaviour to :raiseXavier Noria2013-08-131-2/+2
* defines a new :abort deprecation behaviour that raisesXavier Noria2013-08-131-5/+18
* Fix typos in deprecation proxy docs [ci skip]Carlos Antonio da Silva2013-04-301-3/+3
* Update activesupport/lib/active_support/deprecation/proxy_wrappers.rbClaudio B.2012-12-071-1/+1
* nodoc AS::Deprecation::InstanceDelegator class [ci skip]Francesco Rodriguez2012-11-291-3/+3
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-302-3/+6
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-212-8/+8
|\
| * update AS/deprecation docs [ci skip]Francesco Rodriguez2012-09-142-9/+9
* | warning removed: shadowing outer local variable - messageArun Agrawal2012-09-141-2/+2
* | Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-132-22/+24
* | Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-135-155/+232
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-134-101/+104
|/
* fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
* add example to AS::Deprecation#deprecate_methods [ci skip]Francesco Rodriguez2012-06-181-0/+20
* add example to AS::Deprecation#silence [ci skip]Francesco Rodriguez2012-06-171-1/+10
* fix bad formatting [ci skip]Vijay Dev2012-05-171-2/+2
* copy edit AS deprecation/behaviours docs [ci skip]Vijay Dev2012-05-011-22/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-1/+19
|\
| * Document ActiveSupport::Deprecations.behaviortwinturbo2012-04-291-1/+19
* | Document #behavior= and update CHANGELOGtwinturbo2012-04-281-0/+7
* | Add a "silence" behavior to completely turn off deprecation warnings.Adam Hawkins2012-04-281-2/+3
|/
* revises requires of some AS deprecation filesXavier Noria2012-04-051-2/+2
* Remove not used require from as to avoid circular requiresCarlos Antonio da Silva2012-04-051-1/+0
* Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-061-2/+1
* using the active support loggerKarunakar (Ruby)2012-01-041-2/+2
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-2/+2
* minor changesVijay Dev2011-04-271-3/+1
* fixing whitespace errorsAaron Patterson2011-01-121-1/+1
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* Improve documentation on ActiveSupport::Deprecation.Ryan Bigg2010-12-212-1/+14
* Prevent any warnings from being printed during RDoc generationJoost Baaij2010-08-261-1/+1
* better callstack reporting in deprecation messagesJakub Suder2010-08-251-4/+8
* fixing space errorsAaron Patterson2010-07-261-2/+2
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
* fix failure if behavior is not define and try use the defaultCyril Mougel2010-07-011-1/+1
* Add the possibility to have several behaviors in AS::Deprecation.José Valim2010-07-012-3/+5
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-9/+12
* Allow deprecation messages with or without a final period.Jeremy Kemper2010-03-051-1/+2
* Commented metaprogramming turned out to be noisier not clearerJeremy Kemper2010-02-251-9/+9
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* method_wrappers.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* Explicitly require loggerJeremy Kemper2009-10-141-1/+7