aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications/instrumenter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-8/+2
* Add instrument! to notifications which adds the result to the payload.José Valim2010-01-141-1/+9
* Do not send notifications when instrumentation raise an error.José Valim2010-01-131-2/+2
* Expose Instrumenter id in Notifications.José Valim2010-01-041-0/+2
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-6/+5
* Notifications: extract central Notifier, cordon off the internal Fanout imple...Jeremy Kemper2009-11-281-0/+47