I\'m trying to get this up and running, but I see \"uninitialized constant ExceptionNotifier\" whenever I start my server.
http://github.com/rails/exception_notificatio
https://github.com/smartinez87/exception_notification
This gem has been updated for rails 3.x and I just tested on 3.0.7 and the installation is much simpler.
Gemfile:
gem 'exception_notification'
Initializer:
Rails.application.config.middleware.use ExceptionNotifier,
:email_prefix => "[Whatever] ",
:sender_address => %{"notifier" },
:exception_recipients => %w{exceptions@example.com}