aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...sushant2019-04-041-6/+55
* Rename event variableAlberto Almagro2018-10-211-4/+4
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Fix Rubocop offensebogdanvlviv2018-07-261-1/+1
* Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-261-4/+3
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-14/+9
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-1/+3
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Missing require 'active_support/notifications'Akira Matsuda2016-11-301-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Merge pull request #19902 from khundawg/dm-active-support-subsciber-docRichard Schneeman2015-04-251-2/+2
|\
| * [ci skip] Update ActiveSupport::Subscriber documentationDAVID MOORE2015-04-251-2/+2
* | Update ActiveSupport::Subscriber docsScott Walkinshaw2015-03-241-7/+2
|/
* Reduce object allocations in ActiveSupport::Subscribereileencodes2015-02-111-1/+1
* 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