Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "Naked" rescue clauses only catch StandardError subclasses. | thedarkone | 2013-08-06 | 1 | -2/+5 |
| | | | | Similar to #11497. | ||||
* | Add a missing require. | thedarkone | 2013-08-06 | 1 | -0/+1 |
| | | | | This makes the rack_logger_test.rb runnable by itself (outside of the `rake test` suite). | ||||
* | Use the right instrumentation name | Rafael Mendonça França | 2013-08-05 | 1 | -1/+1 |
| | | | | | | | | | The pattern is event.component Closes #11769 Conflicts: railties/CHANGELOG.md | ||||
* | fire a notification when the request stops / starts | Aaron Patterson | 2013-01-09 | 1 | -0/+71 |