aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/tagged_logging_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-111-8/+21
|\
| * TaggedLogging to return a new logger instanceThierry Joyal2017-02-271-8/+21
* | Merge pull request #28171 from sorra/fresh-thread-tagged-loggingRyuta Kamizono2018-02-031-1/+2
|\ \
| * | Improve test for TaggedLogging "keeps each tag in their own thread"Dongqing Hu2017-02-261-1/+2
| |/
* | Use respond_to test helpersDaniel Colson2018-01-251-1/+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
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-9/+9
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-6/+6
* Fix TaggedLogging to allow loggers to be instantiated multiple times without ...Alexander Staubo2013-01-241-0/+13
* Allow wrapping a logger that hasn't set a formatter. Default to our SimpleFor...Jeremy Kemper2012-09-261-0/+8
* Add logger.push_tags and .pop_tags to complement logger.taggedJeremy Kemper2012-09-261-0/+17
* Revert "Use join without default separator"José Valim2012-08-231-0/+5
* Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-181-13/+2
* Don't use default separatorPiotr Niełacny2012-07-181-2/+13
* Provide access to logger instance within TaggedLogging blocksFND2012-03-191-1/+6
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-2/+2
* Checking blank if tag might coming nil or blankArun Agrawal2011-10-211-0/+5
* Ensure TaggegLogging is thread safe.José Valim2011-10-191-1/+29
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+34