aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/behaviors.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+4
* Correct ActiveSupport::Deprecation::Behavior#behavior= documentationJohn Fragoulis2018-02-231-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-191-8/+21
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* `behaviour` --> `behavior`Jon Moss2016-05-271-1/+1
* Converting backtrace to strings before calling set_backtraceTony Novak2016-02-101-1/+1
* Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+2
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-3/+3
* [skip ci] Add documentation for Deprecation::Behavior moduleAnton Davydov2015-05-251-0/+12
* 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
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-5/+5
|\
| * update AS/deprecation docs [ci skip]Francesco Rodriguez2012-09-141-6/+6
* | Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-48/+50
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-33/+31
|/
* 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
|/
* 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
* Improve documentation on ActiveSupport::Deprecation.Ryan Bigg2010-12-211-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-011-1/+2
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-9/+12
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* Explicitly require loggerJeremy Kemper2009-10-141-1/+7
* Make logger work again (h/t Sam Ruby)Yehuda Katz2009-10-131-1/+1
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+32