aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/logger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make ActiveSupport::Logger Fiber-safeSenya2019-07-241-0/+44
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Add missing `require`bogdanvlviv2018-06-071-0/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* improve error message when include assertions failMichael Grosser2016-09-161-17/+17
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-12/+12
* Make sure the yielded variable is the loggerRafael Mendonça França2016-06-101-2/+4
* Be explicit about what Logger class is expectedKevin McPhillips2016-06-091-3/+3
* Fix logger silencing for broadcasted loggersPiotr Jakubowski2016-02-111-0/+44
* [close #22917] Don't output to `STDOUT` twiceschneems2016-01-061-2/+10
* Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-2/+83
* Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-0/+10
* no more deprecation required.Arun Agrawal2012-03-311-2/+0
* No more BufferedLogger so it can be LoggerTestArun Agrawal2012-03-311-0/+125