aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications_test.rb
Commit message (Expand)AuthorAgeFilesLines
* just use an attr_accessor so we do not pay ||= on every notification callAaron Patterson2011-02-091-2/+7
* Revert the previous three commits.José Valim2010-07-251-9/+0
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-0/+9
* Get rid of instrumenter.elapsed.José Valim2010-07-241-9/+0
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-201-17/+13
* Float comparison adjustmentSantiago Pastorino2010-07-181-1/+1
* We shouldn't rely on float comparison, delta added just in case float represe...Santiago Pastorino2010-07-121-3/+3
* Event should be aware if yielded block failed or not.José Valim2010-05-021-0/+2
* Make notifications go off even when an error is raised, so that we capture th...Justin George2010-05-021-2/+2
* allow unsubscribe by name or subscription [#4433 state:resolved]David Chelimsky2010-04-241-0/+22
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-3/+3
* Optimize AS::Notifications to remember which subscribers don't match and not ...Carlhuda2010-03-011-2/+29
* You can unsubscribe a subscriberCarlhuda2010-03-011-1/+13
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-3/+3
* Remove instrument! and require thread from AS::Notifications.José Valim2010-02-041-17/+1
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-3/+3
* Default to sync instrumentation.José Valim2010-01-211-17/+1
* 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