Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActiveSupport::Notifications::Instrumenter#instrument should yield | stopdropandrew | 2013-03-02 | 1 | -0/+8 |
| | | | | its payload the same way that ActiveSupport::Notifications does. Fix spelling in test name. | ||||
* | adding start / finish on the instrumenter, adding tests for the class | Aaron Patterson | 2013-01-09 | 1 | -0/+50 |
| | |||||
* | Evented notifications take priority over Timed notifications | Eric Saxby | 2012-08-11 | 1 | -0/+20 |
| | | | | | | | In cases where a notification subscriber includes methods to support both Evented and Timed events, Evented should take priority over Timed. This allows subscribers to be backwards compatible (older Rails only allows Timed events) while defaulting to newer behavior. | ||||
* | oops, forgot to commit the tests! :bomb: | Aaron Patterson | 2012-03-23 | 1 | -0/+67 |