aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rack_logger_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in railties/testXavier Noria2016-08-061-12/+12
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Fix incorrect unsubscription.Guo Xiang Tan2014-07-111-2/+2
|
* "Naked" rescue clauses only catch StandardError subclasses.thedarkone2013-08-061-2/+5
| | | | Similar to #11497.
* Add a missing require.thedarkone2013-08-061-0/+1
| | | | This makes the rack_logger_test.rb runnable by itself (outside of the `rake test` suite).
* Use the right instrumentation nameRafael Mendonça França2013-08-051-1/+1
| | | | | | | | | The pattern is event.component Closes #11769 Conflicts: railties/CHANGELOG.md
* fire a notification when the request stops / startsAaron Patterson2013-01-091-0/+71