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
/
logger.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the LoggerSilence to work as described:
Edouard CHIN
2018-10-02
1
-15
/
+0
*
[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
*
`Broadcast#silence` breaks custom loggers that does not include `LoggerSilence`.
Guo Xiang Tan
2016-10-24
1
-2
/
+2
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
Make sure the yielded variable is the logger
Rafael Mendonça França
2016-06-10
1
-2
/
+2
*
Broadcast #silence on logger. Rewrite tests.
Kevin McPhillips
2016-06-09
1
-0
/
+18
*
Fix logger silencing for broadcasted loggers
Piotr Jakubowski
2016-02-11
1
-0
/
+7
*
Remove unused instance variable
schneems
2016-01-06
1
-1
/
+0
*
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-1
/
+11
*
Revert "Add Logger option to disable message broadcasts"
schneems
2016-01-05
1
-12
/
+3
*
Removed extra "the" in the documentation of `broadcast_message` [ci skip]
Prathamesh Sonpatki
2015-12-28
1
-1
/
+1
*
Merge pull request #22771 from nwjsmith/document-broadcast-messages
Eileen M. Uchitelle
2015-12-27
1
-1
/
+9
|
\
|
*
Document `Logger#broadcast_messages` option
Nate Smith
2015-12-23
1
-1
/
+9
*
|
Fixes LoggerSilence#silence threadsafety
Carl P. Corliss
2015-12-23
1
-0
/
+14
|
/
*
Add Logger option to disable message broadcasts
Nate Smith
2015-12-16
1
-3
/
+5
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...
David Heinemeier Hansson
2012-12-21
1
-1
/
+3
*
Make sure that ActiveSupport::Logger includes the Logger extensions from core...
David Heinemeier Hansson
2012-12-21
1
-3
/
+1
*
Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...
David Heinemeier Hansson
2012-12-21
1
-0
/
+4
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-1
/
+1
*
pushed broadcasting down to a module
Aaron Patterson
2012-01-20
1
-46
/
+34
*
made the broadcast logger quack more like a logger
Aaron Patterson
2012-01-20
1
-0
/
+24
*
add a broadcasting logger so we can split logs
Aaron Patterson
2012-01-20
1
-0
/
+23
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-0
/
+18