aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/deprecation/method_wrappers.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-191-18/+7
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-14/+24
* Remove unused requireRyuta Kamizono2018-07-311-1/+0
* A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-14/+17
* Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+7
* [ci skip] Fix documentation for deprecation method_wrappersIgnat Zakrevsky2017-11-271-8/+6
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Fix the return of `deprecate_methods` in doc [ci skip]kenta-s2017-02-141-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Update deprecation_horizon to 5.1 from 5.0 [ci skip]Ryuta Kamizono2016-01-141-3/+3
* Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-12/+36
* Only prepend a single module when defining deprecation wrappers.Charles Oliver Nutter2015-10-131-4/+4
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-3/+5
* 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