0.01
Low commit activity in last 3 years
No release in over a year
Provides an instrumentation API for Ruby. It has been extracted from rails activesupport.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

AS::Notification -- Provides an instrumentation API for Ruby

AS::Notification is an extraction of ActiveSupport::Notifications from Rails.

Installation

$ gem install as-notifications

Changes to ActiveSupport::Notifications

v0.1.0

  • Change module name from ActiveSupport::Notifications to AS::Notifications to avoid conflicts with activesupport
  • Change require calls for active_support/notifications to as/notifications
  • Disable loading load_paths file in tests
  • Revert rails/rails@45448a5 changes to avoid thread_safe gem dependency

v1.0.0

  • Adjust test/notifications/instrumenter_test.rb and test/abstract_unit.rb to unbreak the tests on Ruby 1.8.
  • Include define_singleton_method and public_send backports to make ActiveSupport::PerThreadRegistry work on Ruby 1.8.