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
toAS::Notifications
to avoid conflicts with activesupport - Change
require
calls foractive_support/notifications
toas/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
andtest/abstract_unit.rb
to unbreak the tests on Ruby 1.8. - Include
define_singleton_method
andpublic_send
backports to makeActiveSupport::PerThreadRegistry
work on Ruby 1.8.