aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/method_wrappers.rb
Commit message (Expand)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-38/+33
* extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-2/+3
* add example to AS::Deprecation#deprecate_methods [ci skip]Francesco Rodriguez2012-06-181-0/+20
* revises requires of some AS deprecation filesXavier Noria2012-04-051-2/+2
* Remove not used require from as to avoid circular requiresCarlos Antonio da Silva2012-04-051-1/+0
* Commented metaprogramming turned out to be noisier not clearerJeremy Kemper2010-02-251-9/+9
* method_wrappers.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* Fix deprecating =-methods by using send [#2431 status:resolved]Michael Siebert2009-08-091-9/+9
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-1/+1
* Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+27