aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-065-9/+9
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* `behaviour` --> `behavior`Jon Moss2016-05-271-1/+1
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+0
* :bomb: run the test @rafaelfranca :angry:Rafael Mendonça França2016-02-241-1/+1
* Ignore callstacks from Ruby stdlib in deprecationRafael Mendonça França2016-02-241-4/+12
* Converting backtrace to strings before calling set_backtraceTony Novak2016-02-101-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-2/+2
|\
| * [ci skip] Fix one more typoPrathamesh Sonpatki2016-01-301-1/+1
| * [ci skip] Fix typoyui-knk2016-01-271-1/+1
* | Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+2
|/
* Update deprecation_horizon to 5.1 from 5.0 [ci skip]Ryuta Kamizono2016-01-141-3/+3
* Fix deprecation message when frame doesn't have absolute_pathRafael Mendonça França2015-11-031-1/+1
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-12/+36
* Only prepend a single module when defining deprecation wrappers.Charles Oliver Nutter2015-10-131-4/+4
* Documentation typoAkira Matsuda2015-09-201-1/+1
* use `caller_locations` instead of `caller`Aaron Patterson2015-08-242-3/+14
* A few documentation tweaks [ci skip]Robin Dupret2015-06-072-4/+4
* 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