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 (
commit 575e88ef0940aa409896e07e1ca5000fe9c06bf1
tree 3e8cfa76335a0eca14e6e8a6812e8af8f6915fda
parent 5bb920bf5d01b0bbe30c3f712564d81623920a66
tree 3e8cfa76335a0eca14e6e8a6812e8af8f6915fda
parent 5bb920bf5d01b0bbe30c3f712564d81623920a66
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
loom-exceptions-rails-plugin.gemspec | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
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








