decorator that allows you to swallow exceptions
Catchee is a simple decorator around function or class methods in JS, that allows you to write error handler chains around an exceptionable code.
Failure handlers for rack and resque that log failures using log4r. It is expected that these logs will get sent elsewhere (e.g. graylog) by using log4r outputters (e.g. log4r-gelf)