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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct caller tracking in delegated deprecation methods
Matthew Draper
2016-10-03
1
-0
/
+13
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
5
-9
/
+9
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-1
/
+2
*
`behaviour` --> `behavior`
Jon Moss
2016-05-27
1
-1
/
+1
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+0
*
:bomb: run the test @rafaelfranca :angry:
Rafael Mendonça França
2016-02-24
1
-1
/
+1
*
Ignore callstacks from Ruby stdlib in deprecation
Rafael Mendonça França
2016-02-24
1
-4
/
+12
*
Converting backtrace to strings before calling set_backtrace
Tony Novak
2016-02-10
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-02-07
1
-2
/
+2
|
\
|
*
[ci skip] Fix one more typo
Prathamesh Sonpatki
2016-01-30
1
-1
/
+1
|
*
[ci skip] Fix typo
yui-knk
2016-01-27
1
-1
/
+1
*
|
Fix nodoc to internal class error document some of them
Vipul A M
2016-01-25
1
-0
/
+2
|
/
*
Update deprecation_horizon to 5.1 from 5.0 [ci skip]
Ryuta Kamizono
2016-01-14
1
-3
/
+3
*
Fix deprecation message when frame doesn't have absolute_path
Rafael Mendonça França
2015-11-03
1
-1
/
+1
*
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
*
Documentation typo
Akira Matsuda
2015-09-20
1
-1
/
+1
*
use `caller_locations` instead of `caller`
Aaron Patterson
2015-08-24
2
-3
/
+14
*
A few documentation tweaks [ci skip]
Robin Dupret
2015-06-07
2
-4
/
+4
*
Merge pull request #20286 from davydovanton/doc-deprecation-behavior
Abdelkader Boudih
2015-05-25
1
-0
/
+12
|
\
|
*
[skip ci] Add documentation for Deprecation::Behavior module
Anton Davydov
2015-05-25
1
-0
/
+12
*
|
s/contstant/constant re #20282 [ci skip]
Zachary Scott
2015-05-24
1
-2
/
+2
*
|
[skip ci] Add documentation for DeprecatedConstantProxy#class
Anton Davydov
2015-05-24
1
-0
/
+5
|
/
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-05-04
1
-14
/
+16
*
[ci skip] Rework docs, add examples on deprecation proxies
Nick Cox
2015-04-24
1
-22
/
+38
*
Deprecate alias_method_chain in favour of Module#prepend
Kir Shatrov
2015-03-22
1
-3
/
+5
*
Do not check only for the Rails constant
Rafael Mendonça França
2015-01-02
1
-1
/
+1
*
renames the :abort deprecation behaviour to :raise
Xavier Noria
2013-08-13
1
-2
/
+2
*
defines a new :abort deprecation behaviour that raises
Xavier Noria
2013-08-13
1
-5
/
+18
*
Fix typos in deprecation proxy docs [ci skip]
Carlos Antonio da Silva
2013-04-30
1
-3
/
+3
*
Update activesupport/lib/active_support/deprecation/proxy_wrappers.rb
Claudio B.
2012-12-07
1
-1
/
+1
*
nodoc AS::Deprecation::InstanceDelegator class [ci skip]
Francesco Rodriguez
2012-11-29
1
-3
/
+3
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
2
-3
/
+6
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
2
-8
/
+8
|
\
|
*
update AS/deprecation docs [ci skip]
Francesco Rodriguez
2012-09-14
2
-9
/
+9
*
|
warning removed: shadowing outer local variable - message
Arun Agrawal
2012-09-14
1
-2
/
+2
*
|
Copy-edit deprecation relared documentation [ci skip]
Rafael Mendonça França
2012-09-13
2
-22
/
+24
*
|
Change ActiveSupport::Deprecation to class.
Piotr Niełacny
2012-09-13
5
-155
/
+232
*
|
extend ActiveSupport::Deprecation with self, allow other objects to extend/in...
Robert Pankowecki
2012-09-13
4
-101
/
+104
|
/
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-1
/
+1
*
add example to AS::Deprecation#deprecate_methods [ci skip]
Francesco Rodriguez
2012-06-18
1
-0
/
+20
*
add example to AS::Deprecation#silence [ci skip]
Francesco Rodriguez
2012-06-17
1
-1
/
+10
*
fix bad formatting [ci skip]
Vijay Dev
2012-05-17
1
-2
/
+2
*
copy edit AS deprecation/behaviours docs [ci skip]
Vijay Dev
2012-05-01
1
-22
/
+11
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-01
1
-1
/
+19
|
\
|
*
Document ActiveSupport::Deprecations.behavior
twinturbo
2012-04-29
1
-1
/
+19
*
|
Document #behavior= and update CHANGELOG
twinturbo
2012-04-28
1
-0
/
+7
*
|
Add a "silence" behavior to completely turn off deprecation warnings.
Adam Hawkins
2012-04-28
1
-2
/
+3
|
/
[next]