aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation
Commit message (Expand)AuthorAgeFilesLines
* minor changesVijay Dev2011-04-271-3/+1
* fixing whitespace errorsAaron Patterson2011-01-121-1/+1
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* Improve documentation on ActiveSupport::Deprecation.Ryan Bigg2010-12-212-1/+14
* Prevent any warnings from being printed during RDoc generationJoost Baaij2010-08-261-1/+1
* better callstack reporting in deprecation messagesJakub Suder2010-08-251-4/+8
* fixing space errorsAaron Patterson2010-07-261-2/+2
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-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-012-3/+5
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-9/+12
* Allow deprecation messages with or without a final period.Jeremy Kemper2010-03-051-1/+2
* Commented metaprogramming turned out to be noisier not clearerJeremy Kemper2010-02-251-9/+9
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* method_wrappers.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* Explicitly require loggerJeremy Kemper2009-10-141-1/+7
* Make logger work again (h/t Sam Ruby)Yehuda Katz2009-10-131-1/+1
* Fix deprecating =-methods by using send [#2431 status:resolved]Michael Siebert2009-08-091-9/+9
* Don't undefine object_idJeremy Kemper2009-04-261-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-222-1/+4
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-1/+1
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-174-0/+186