h2. Loom
This plugin provides exception reporting for "Loom":http://loomapp.com.
h2. Usage
You must sign up to Loom to use this plugin. Install as a gem or a plugin.
h3. Installation
As a gem:
gem install loom-exceptions-rails-plugin --source=http://gems.github.com/
As a plugin:
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.
h2. Credits
- Created by Alex Young for Helicoid Limited (helicoid.net)
- Advice and additional development by Gabriel Gironda (annealer.org)
Copyright (c) 2008-2009 Helicoid Limited, released under the MIT license