Skip to content

Instantly share code, notes, and snippets.

@parndt
Created February 20, 2011 23:49
Show Gist options
  • Save parndt/836431 to your computer and use it in GitHub Desktop.
Save parndt/836431 to your computer and use it in GitHub Desktop.
# In your Gemfile :
gem 'exception_notification', :git => 'git://github.com/rails/exception_notification.git', :require => 'exception_notifier'
# In config/application.rb :
config.middleware.use ExceptionNotifier,
:email_prefix => "[Your Website Name] ",
:sender_address => %{"Exception Notifier" <[email protected]>},
:exception_recipients => %w{[email protected]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment