aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications.rb
Commit message (Expand)AuthorAgeFilesLines
* fanout unsubscribe only accepted one argument, so taking *args here is probab...Aaron Patterson2011-02-091-2/+2
* just use an attr_accessor so we do not pay ||= on every notification callAaron Patterson2011-02-091-5/+3
* speed up notification publishing by writing the delegate methodAaron Patterson2011-02-091-1/+4
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-3/+3
* fisting warningAaron Patterson2010-07-251-1/+1
* Revert the previous three commits.José Valim2010-07-251-13/+3
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-3/+13
* Performance optimizations to handle cases of instrumentors that are not liste...Carlhuda2010-07-221-2/+22
* Notifier API == Fanout API, so replace Notifier with Fanout as they quack the...Aaron Patterson2010-07-181-23/+1
* bind method is not needed, so goodbye! <3 <3 <3Aaron Patterson2010-07-181-1/+1
* Remove documentation reference to AS::Notifications::Event#result because it ...Hongli Lai (Phusion)2010-06-171-1/+0
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Optimize AS::Notifications to remember which subscribers don't match and not ...Carlhuda2010-03-011-1/+1
* You can unsubscribe a subscriberCarlhuda2010-03-011-0/+4
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
* Remove instrument! and require thread from AS::Notifications.José Valim2010-02-041-1/+1
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-1/+1
* Yield the payload notifications for further modification (like adding the res...José Valim2010-01-151-1/+1
* Add instrument! to notifications which adds the result to the payload.José Valim2010-01-141-1/+1
* instrumenter should be accessible from ActiveSupport::Notifications.José Valim2010-01-061-8/+6
* Notifications: extract central Notifier, cordon off the internal Fanout imple...Jeremy Kemper2009-11-281-132/+16
* Remark that Listener is an implementation detailJeremy Kemper2009-11-281-1/+2
* Expose a simple Queue#wait to block until all notifications are drainedJeremy Kemper2009-11-281-2/+7
* Revert "Create SyncListener. Since they do not rely on Thread, they can be us...Jeremy Kemper2009-11-281-58/+34
* Create SyncListener. Since they do not rely on Thread, they can be used on Go...José Valim2009-11-231-34/+58
* Notifications: queue.drained? for testability in place of brittle sleepsJeremy Kemper2009-11-131-9/+7
* Silence spurious warningJeremy Kemper2009-11-091-1/+1
* Change Event#thread_id to #transaction_id. Defaults to one "transaction" per ...Yehuda Katz2009-10-281-13/+12
* Make it possible to have IDs per requestYehuda Katz2009-10-281-2/+18
* AS::Notifications.subscribe blocks are now yielded the arguments to pass to A...Yehuda Katz2009-10-271-1/+1
* Fix broken testsJeremy Kemper2009-10-271-0/+1
* Some optimizations on AS::Notifications. This does not change the public-faci...Yehuda Katz2009-10-271-29/+33
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-0/+171
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-103/+0
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-0/+103