public
Description: Add Loom exception reporting to your Rails apps
Homepage: http://loomapp.com
Clone URL: git://github.com/alexyoung/loom-exceptions-rails-plugin.git
name age message
file .gitignore Sat Jul 18 09:31:52 -0700 2009 Authentication now works with a key so you don'... [alexyoung]
file MIT-LICENSE Fri Feb 20 08:40:07 -0800 2009 Initial import [alexyoung]
file README.textile Sat Jul 18 11:26:14 -0700 2009 Documentation changes [alexyoung]
file Rakefile Fri Feb 20 08:40:07 -0800 2009 Initial import [alexyoung]
file init.rb Fri Feb 20 08:40:07 -0800 2009 Initial import [alexyoung]
file install.rb Fri Feb 20 08:40:07 -0800 2009 Initial import [alexyoung]
directory lib/ Sat Jul 18 17:04:07 -0700 2009 Now reporting things that will actually get pic... [alexyoung]
file loom-exceptions-rails-plugin.gemspec Fri Oct 09 04:09:50 -0700 2009 Mistake in the gemspec [alexyoung]
directory tasks/ Sat Jul 18 11:05:07 -0700 2009 Removed gem from documentation, changed name of... [alexyoung]
directory test/ Sat Jul 18 17:04:07 -0700 2009 Now reporting things that will actually get pic... [alexyoung]
file uninstall.rb Fri Feb 20 08:40:07 -0800 2009 Initial import [alexyoung]
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