Overview
Informant Rails
The informant-rails gem provides Rails and ActiveRecord hooks for The Informant.
Compatibility
The informant-rails gem is tested against Ruby 1.9.3, 2.0.0, and Rubinius.
Installation
Provision the Heroku add-on through their interface. Then add the informant-rails gem to your Gemfile.
gem 'informant-rails', group: :production
Usage
By default, any request that causes an ActiveRecord model to be validated will be tracked by the Informant once the gem is added to your project.
