Sha256: 91bb6c521319c010d668563d08f283a43014628db9d2b6614980c2e2aa49ab7e

Contents?: true

Size: 1.09 KB

Versions: 7

Compression:

Stored size: 1.09 KB

Contents

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 &copy; 2008-2009 [Relevance, Inc.](http://www.thinkrelevance.com/), under the MIT license

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
relevance-chatterbox-0.2.0 README.markdown
relevance-chatterbox-0.2.1 README.markdown
relevance-chatterbox-0.2.2 README.markdown
relevance-chatterbox-0.3.0 README.markdown
relevance-chatterbox-0.3.1 README.markdown
relevance-chatterbox-0.3.2 README.markdown
relevance-chatterbox-0.3.3 README.markdown