This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
loom-exceptions-rails-plugin / README.textile
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







