Chatterbox
Simple Notifications. Publishing and subscribing to notifications is decoupled by default, so bring your own message queue, web service, database, or whatever to act as an intermediary.
Installing and Running
To install within a Rails app:
Add the following to your environment.rb file:
config.gem "relevance-chatterbox"
Then run:
rake gems:install
To enable standard Rails exception catching for your controllers, add the following to application_controller
class ApplicationController < ActionController::Base
include Chatterbox::RailsCatcher
# ...
end
Then, wire up a producer
Rails Exception Integration
Example 1
Example 2
Bugs & Patches
Links
Contributors
- Rob Sanheim
Copyrights
- Copyright © 2008-2009 Relevance, Inc., under the MIT license