Weblog - 1 items for plugins
Install exception notifier
21 Mar 2008
run
script/plugin install exception_notification
Configure (put in environment.rb or /config/initializers file)
ExceptionNotifier.exception_recipients = %w(emial@address.net)
ExceptionNotifier.sender_address = %("Application Error" )
ExceptionNotifier.email_prefix = "[ error] "
Put the following in application_controller.rb
include ExceptionNotifiable
