aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rack_logger_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* "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