Peel me a Grape :: We make things work

We Make Things Work :: Blog

Exceptional is a nice tool to help you track and fix exceptions from your rails app.

The current version of their plugin assumes that you are deploying to ‘production’ environment. A reasonable default.

I often deploy a staging environment. Hunting down exceptions here means less problems on your production environment.

Here’s a quick fork to allow multiple environments. I’m sure the Contrast guys will consider supporting this in a later version.

This allows me to have the following in config/exceptional.yml

staging:
  api-key: secret1....
production:
  api-key: secret2....
blog comments powered by Disqus