Skip to content

Commit

Permalink
Documented +ActiveSupport::Notifications+ module.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Apr 13, 2011
1 parent 04a75e0 commit f8ecb46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion railties/guides/source/initialization.textile
Expand Up @@ -592,7 +592,11 @@ This file defines the behavior of the +ActiveSupport::Deprecation+ module, setti

h4. +activesupport/lib/active_support/notifications.rb+

TODO: document +ActiveSupport::Notifications+.
This file defines the +ActiveSupport::Notifications+ module. Notifications provides an instrumentation API for Ruby, shipping with a queue implementation that consumes and publish events to log subscribers in a thread.

The "API documentation":http://api.rubyonrails.org/classes/ActiveSupport/Notifications.html for +ActiveSupport::Notifications+ explains the usage of this module, including the methods that it defines.

The file required in +active_support/notifications.rb+ is +active_support/core_ext/module/delegation+ which is documented in the "Active Support Core Extensions Guide":http://guides.rubyonrails.org/active_support_core_extensions.html#method-delegation.

h4. +activesupport/core_ext/array/wrap+

Expand Down

0 comments on commit f8ecb46

Please sign in to comment.