1. 12 5月, 2019 5 次提交
  2. 11 5月, 2019 21 次提交
  3. 10 5月, 2019 4 次提交
    • V
      Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... · 93b652af
      Vishal Telangre 提交于
      Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe'
      
      Also, change the signature of ‘ActiveSupport::Notifications::Fanout#subscribe’ to accept optional ‘monotonic’ boolean argument. Then initialize either a ‘Timed’ or ‘MonotonicTimed’ subscriber based on the value of ‘monotonic’ parameter.
      
      Introduce ‘ActiveSupport::Notifications::monotonic_subscribe’ method
      
      Also, provision ‘ActiveSupport::Notifications::subscribed’ to optionally accept ‘monotonic’ boolean argument.
      
      Update documentation for ActiveSupport::Notifications
      
      Add tests
      
      Update guides documentation under the 'Active Support Instrumentation' chapter
      
      Incorporate feedback: use optional keyword argument to specify optional 'monotonic' option to 'subscribed' method
      
      Fix a typo
      93b652af
    • G
      Merge pull request #36181 from jamesdabbs/jcd/action-mailbox-for · 6394f9da
      George Claghorn 提交于
      Expose `mailbox_for` method
      6394f9da
    • X
      fixes configuration examples [ci skip] · 3363a3c2
      Xavier Noria 提交于
      3363a3c2
    • J
      Add CHANGELOG entry · 937f7d58
      James Dabbs 提交于
      937f7d58
  4. 09 5月, 2019 10 次提交