Loom

This plugin provides exception reporting for Loom.

Usage

You must sign up to Loom to use this plugin. Install as a gem or a plugin.

Installation

script/plugin install git://github.com/alexyoung/loom-exceptions-rails-plugin.git

Add this to config/initializers/loom.rb


Helicoid::Loom.configure do |config|
  config.api_key = 'xxx'
  config.server = 'http://loomapp.com'
end

The server option can be used with the open source version of Loom.

If you use rescue_action_in_public use rescue_action_in_public_without_loom to stop overloading Loom’s reporter.

Credits

  • Created by Alex Young for Helicoid Limited (helicoid.net)
  • Advice and additional development by Gabriel Gironda (annealer.org)

Copyright © 2008-2009 Helicoid Limited, released under the MIT license