aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/reporting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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