aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-0/+16
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-2/+2
* Add instrument! to notifications which adds the result to the payload.José Valim2010-01-141-1/+11
* Do not send notifications when instrumentation raise an error.José Valim2010-01-131-7/+4
* instrumenter should be accessible from ActiveSupport::Notifications.José Valim2010-01-061-7/+10
* Expose Instrumenter id in Notifications.José Valim2010-01-041-0/+4
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-12/+10
* Notifications: synchronous fanout queue pushes events to subscribers rather t...Jeremy Kemper2009-11-291-0/+10
* Notifications: extract central Notifier, cordon off the internal Fanout imple...Jeremy Kemper2009-11-281-158/+112
* Expose a simple Queue#wait to block until all notifications are drainedJeremy Kemper2009-11-281-1/+1
* Revert "Create SyncListener. Since they do not rely on Thread, they can be us...Jeremy Kemper2009-11-281-16/+1
* Create SyncListener. Since they do not rely on Thread, they can be used on Go...José Valim2009-11-231-1/+16
* Notifications: queue.drained? for testability in place of brittle sleepsJeremy Kemper2009-11-131-10/+14
* Fix duration check for longer sleepJeremy Kemper2009-11-131-1/+1
* CI: slow down brittle notifications testsJeremy Kemper2009-11-131-9/+10
* Change Event#thread_id to #transaction_id. Defaults to one "transaction" per ...Yehuda Katz2009-10-281-0/+20
* AS::Notifications.subscribe blocks are now yielded the arguments to pass to A...Yehuda Katz2009-10-271-4/+14
* Some optimizations on AS::Notifications. This does not change the public-faci...Yehuda Katz2009-10-271-11/+18
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-0/+164
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-161/+0
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-0/+161