aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/reporting.rb
Commit message (Expand)AuthorAgeFilesLines
* Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Send deprecation horizon and gem name as arguments to deprecation heavier han...Willem van Bergen2017-04-191-1/+1
* Remove redundant namespaces from sample code of `deprecated_method_warning` [...kenta-s2017-02-151-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* 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
* Fix deprecation message when frame doesn't have absolute_pathRafael Mendonça França2015-11-031-1/+1
* use `caller_locations` instead of `caller`Aaron Patterson2015-08-241-2/+13
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-3/+3
|\
| * update AS/deprecation docs [ci skip]Francesco Rodriguez2012-09-141-3/+3
* | 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-131-0/+1
* | Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-59/+76
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-59/+58
|/
* fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
* add example to AS::Deprecation#silence [ci skip]Francesco Rodriguez2012-06-171-1/+10
* minor changesVijay Dev2011-04-271-3/+1
* fixing whitespace errorsAaron Patterson2011-01-121-1/+1
* Improve documentation on ActiveSupport::Deprecation.Ryan Bigg2010-12-211-1/+7
* better callstack reporting in deprecation messagesJakub Suder2010-08-251-4/+8
* Add the possibility to have several behaviors in AS::Deprecation.José Valim2010-07-011-2/+3
* Allow deprecation messages with or without a final period.Jeremy Kemper2010-03-051-1/+2
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+55