aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications/fanout.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-1/+1
* Optimize AS::Notifications to remember which subscribers don't match and not ...Carlhuda2010-03-011-3/+12
* You can unsubscribe a subscriberCarlhuda2010-03-011-3/+8
* AS::Subscriber is not a LogSubscriberCarlhuda2010-03-011-2/+2
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-5/+5
* Remove instrument! and require thread from AS::Notifications.José Valim2010-02-041-3/+1
* Default to sync instrumentation.José Valim2010-01-211-33/+3
* Notifications: synchronous fanout queue pushes events to subscribers rather t...Jeremy Kemper2009-11-291-22/+39
* Notifications: extract central Notifier, cordon off the internal Fanout imple...Jeremy Kemper2009-11-281-0/+84