aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/logger_silence.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix the LoggerSilence to work as described:Edouard CHIN2018-10-021-0/+2
* Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-11/+26
* LoggerSilence doesn't require concurrent:Edouard CHIN2018-09-281-1/+0
* [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
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Fix logger silencing for broadcasted loggersPiotr Jakubowski2016-02-111-21/+4
* Revert "Add Logger option to disable message broadcasts"schneems2016-01-051-1/+1
* Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-2/+22
* Add Logger option to disable message broadcastsNate Smith2015-12-161-2/+3
* Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-211-0/+24
* Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-211-24/+0
* Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-0/+24