index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
deprecation
/
method_wrappers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...
Ryuta Kamizono
2019-04-19
1
-18
/
+7
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-4
/
+4
*
Make `deprecate` work for non-exists methods
yuuji.yaginuma
2018-12-07
1
-14
/
+24
*
Remove unused require
Ryuta Kamizono
2018-07-31
1
-1
/
+0
*
A regression in deprecate_methods was introduced in a982a42:
Edouard CHIN
2018-07-30
1
-14
/
+17
*
Preserve original method visibility when deprecating a method
Jordan Brough
2017-12-13
1
-0
/
+7
*
[ci skip] Fix documentation for deprecation method_wrappers
Ignat Zakrevsky
2017-11-27
1
-8
/
+6
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-2
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Fix the return of `deprecate_methods` in doc [ci skip]
kenta-s
2017-02-14
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Update deprecation_horizon to 5.1 from 5.0 [ci skip]
Ryuta Kamizono
2016-01-14
1
-3
/
+3
*
Fix bug where custom deprecators are not used.
Brandon Dunne
2015-10-14
1
-12
/
+36
*
Only prepend a single module when defining deprecation wrappers.
Charles Oliver Nutter
2015-10-13
1
-4
/
+4
*
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
1
-3
/
+5
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Change ActiveSupport::Deprecation to class.
Piotr Niełacny
2012-09-13
1
-38
/
+33
*
extend ActiveSupport::Deprecation with self, allow other objects to extend/in...
Robert Pankowecki
2012-09-13
1
-2
/
+3
*
add example to AS::Deprecation#deprecate_methods [ci skip]
Francesco Rodriguez
2012-06-18
1
-0
/
+20
*
revises requires of some AS deprecation files
Xavier Noria
2012-04-05
1
-2
/
+2
*
Remove not used require from as to avoid circular requires
Carlos Antonio da Silva
2012-04-05
1
-1
/
+0
*
Commented metaprogramming turned out to be noisier not clearer
Jeremy Kemper
2010-02-25
1
-9
/
+9
*
method_wrappers.rb needs active_support/core_ext/array/extract_options
Xavier Noria
2010-01-01
1
-0
/
+1
*
Fix deprecating =-methods by using send [#2431 status:resolved]
Michael Siebert
2009-08-09
1
-9
/
+9
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-1
/
+1
*
Dice up ActiveSupport::Deprecation
Jeremy Kemper
2009-04-17
1
-0
/
+27