aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscri...Rafael Mendonça França2014-05-161-1/+10
|\
| * Fixed duplicate subscribers in ActiveSupport::SubscriberDennis Schoen2014-05-091-1/+10
|/
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-1/+1
* Allow attaching to AS::Notifications namespace up frontDaniel Schierbeck2013-09-201-2/+25
* Created a registry based on the +PerThreadRegistry+ module forwangjohn2013-04-221-2/+20
* Copy-edits in the ActiveSupport::Subscriber documentation.Rafael Mendonça França2013-04-161-6/+5
* Extract a base class from ActiveSupport::LogSubscriberDaniel Schierbeck2013-04-161-0/+76