Sha256: e5a9f0b5359ab97ac4910d7e5517ba3d9f74e922e824f537f45a1d9cae7ab70f

Contents?: true

Size: 943 Bytes

Versions: 1

Compression:

Stored size: 943 Bytes

Contents

Chatterbox
==========================================

TODO summary

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

1 entries across 1 versions & 1 rubygems

Version Path
relevance-chatterbox-0.1.0 README.markdown