Created
February 20, 2011 23:49
-
-
Save parndt/836431 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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