aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36318 from itsWill/fix_event_object_payloadRafael França2019-07-251-0/+21
|\
| * Merge payload for EventObject subscribersGuilherme Mansur2019-05-221-0/+21
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* | Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-031-0/+18
|/
* Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-101-1/+68
* revert changes to monotonic timesKevin Solorio2019-04-301-4/+3
* Add test coverageVishal Telangre2019-04-161-4/+13
* use a proxy matcher for AS::N fanoutzvkemp2019-02-111-0/+19
* ActiveSupport typo fixes.alkesh262019-02-011-1/+1
* Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-171-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Always subscribe to event objects via `AS::Notifications.subscribe`Aaron Patterson2018-07-261-9/+16
* Subscribe to event objects via `subscribe`Aaron Patterson2018-07-261-0/+12
* Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-261-0/+17
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Remove extra whitespaceDaniel Colson2018-01-251-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
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Privatize unneededly protected methods in Active Support testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-13/+13
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-14/+14
* Adds exception object to instrumenter's payloadRyan T. Hosford2015-12-311-1/+1
* Subscribing to notifications while inside the said instrumented section.thedarkone2015-11-281-0/+15
* Bug fix: Evented notification subscribers can handle published eventsCarl Lerche2013-05-171-0/+22
* Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-081-1/+1
* ActiveSupport::Notifications::Instrumenter#instrument should yieldstopdropandrew2013-03-021-1/+1
* make events not use date and time to determine parent_of. fixes #5932タコ焼き仮面2012-06-181-1/+3
* implements AS::Notifications.subscribed, which provides subscriptions to even...Xavier Noria2011-11-051-0/+20
* Requiring delegate.Arun Agrawal2011-08-161-0/+1
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* 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