| Commit message (Expand) | Author | Age | Files | Lines |
* | use a proxy matcher for AS::N fanout | zvkemp | 2019-02-11 | 1 | -0/+19 |
* | ActiveSupport typo fixes. | alkesh26 | 2019-02-01 | 1 | -1/+1 |
* | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721) | Bogdan | 2018-12-17 | 1 | -1/+1 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 1 | -9/+16 |
* | Subscribe to event objects via `subscribe` | Aaron Patterson | 2018-07-26 | 1 | -0/+12 |
* | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 1 | -0/+17 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -3/+3 |
* | Remove extra whitespace | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Privatize unneededly protected methods in Active Support tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -14/+14 |
* | Adds exception object to instrumenter's payload | Ryan T. Hosford | 2015-12-31 | 1 | -1/+1 |
* | Subscribing to notifications while inside the said instrumented section. | thedarkone | 2015-11-28 | 1 | -0/+15 |
* | Bug fix: Evented notification subscribers can handle published events | Carl Lerche | 2013-05-17 | 1 | -0/+22 |
* | Fix Typo existant -> existent [ci skip] | Prathamesh Sonpatki | 2013-05-08 | 1 | -1/+1 |
* | ActiveSupport::Notifications::Instrumenter#instrument should yield | stopdropandrew | 2013-03-02 | 1 | -1/+1 |
* | make events not use date and time to determine parent_of. fixes #5932 | タコ焼き仮面 | 2012-06-18 | 1 | -1/+3 |
* | implements AS::Notifications.subscribed, which provides subscriptions to even... | Xavier Noria | 2011-11-05 | 1 | -0/+20 |
* | Requiring delegate. | Arun Agrawal | 2011-08-16 | 1 | -0/+1 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
* | just use an attr_accessor so we do not pay ||= on every notification call | Aaron Patterson | 2011-02-09 | 1 | -2/+7 |
* | Revert the previous three commits. | José Valim | 2010-07-25 | 1 | -9/+0 |
* | use a hash to collect optional statistics about the instrumentation | Aaron Patterson | 2010-07-25 | 1 | -0/+9 |
* | Get rid of instrumenter.elapsed. | José Valim | 2010-07-24 | 1 | -9/+0 |
* | Add a test for elapsed and require missing benchmark file. | José Valim | 2010-07-20 | 1 | -17/+13 |
* | Float comparison adjustment | Santiago Pastorino | 2010-07-18 | 1 | -1/+1 |
* | We shouldn't rely on float comparison, delta added just in case float represe... | Santiago Pastorino | 2010-07-12 | 1 | -3/+3 |
* | Event should be aware if yielded block failed or not. | José Valim | 2010-05-02 | 1 | -0/+2 |
* | Make notifications go off even when an error is raised, so that we capture th... | Justin George | 2010-05-02 | 1 | -2/+2 |
* | allow unsubscribe by name or subscription [#4433 state:resolved] | David Chelimsky | 2010-04-24 | 1 | -0/+22 |
* | Mark bang instrumentations as something that you shuold not be listening to. | José Valim | 2010-03-17 | 1 | -3/+3 |
* | Optimize AS::Notifications to remember which subscribers don't match and not ... | Carlhuda | 2010-03-01 | 1 | -2/+29 |
* | You can unsubscribe a subscriber | Carlhuda | 2010-03-01 | 1 | -1/+13 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -3/+3 |
* | Remove instrument! and require thread from AS::Notifications. | José Valim | 2010-02-04 | 1 | -17/+1 |
* | deOMGifying Railties, Active Support, and Action Pack | Mikel Lindsaar | 2010-01-31 | 1 | -3/+3 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -17/+1 |
* | Add ActionDispatch::Notifications middleware. | José Valim | 2010-01-17 | 1 | -0/+16 |
* | Yield the payload notifications for further modification (like adding the res... | José Valim | 2010-01-15 | 1 | -2/+2 |
* | Add instrument! to notifications which adds the result to the payload. | José Valim | 2010-01-14 | 1 | -1/+11 |
* | Do not send notifications when instrumentation raise an error. | José Valim | 2010-01-13 | 1 | -7/+4 |
* | instrumenter should be accessible from ActiveSupport::Notifications. | José Valim | 2010-01-06 | 1 | -7/+10 |
* | Expose Instrumenter id in Notifications. | José Valim | 2010-01-04 | 1 | -0/+4 |
* | Remove ActionView inline logging to ActiveSupport::Notifications and create A... | José Valim | 2009-12-26 | 1 | -12/+10 |