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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 18 09:31:52 -0700 2009 | |
| |
MIT-LICENSE | Fri Feb 20 08:40:07 -0800 2009 | |
| |
README.textile | Sat Jul 18 11:26:14 -0700 2009 | |
| |
Rakefile | Fri Feb 20 08:40:07 -0800 2009 | |
| |
init.rb | Fri Feb 20 08:40:07 -0800 2009 | |
| |
install.rb | Fri Feb 20 08:40:07 -0800 2009 | |
| |
lib/ | Sat Jul 18 17:04:07 -0700 2009 | |
| |
loom-exceptions-rails-plugin.gemspec | Fri Oct 09 04:09:50 -0700 2009 | |
| |
tasks/ | Sat Jul 18 11:05:07 -0700 2009 | |
| |
test/ | Sat Jul 18 17:04:07 -0700 2009 | |
| |
uninstall.rb | Fri Feb 20 08:40:07 -0800 2009 |
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







