Skip to content

Instantly share code, notes, and snippets.

@fredjean
Created August 22, 2012 17:35
Show Gist options
  • Save fredjean/3427804 to your computer and use it in GitHub Desktop.
Save fredjean/3427804 to your computer and use it in GitHub Desktop.
set :raise_errors, true
set :show_exceptions, true if development?
require 'exceptional'
use Rack::Exceptional, "11a42f81f3652f34d226904c671659d7cedb44d9" unless (Rails.env.development? || Rails.env.test?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment