aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/reporting.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | now the reported line is the first line in the stack that's outside Rails, which is the one that actually caused the problem in the first place [#5231 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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