Sean Hussey
2006-May-05 20:25 UTC
[Rails] NameError when running exception_notification plugin?
Hi all, I installed the exception_notification plugin via ''script/plugin install'', and when configure it and try to run it, I get: NameError uninitialized constant ExceptionNotifiable This error occured while loading the following files: application.rb exception_notifiable.rb In my application.rb, I added this: include ExceptionNotifiable And in my development environment file, I added: ExceptionNotifier.exception_recipients = %w(seanhussey@gmail.com) What am I missing? Thanks! Sean
Sean Hussey
2006-May-05 20:37 UTC
[Rails] Re: NameError when running exception_notification plugin?
I had to restart the app after installing the plugin, huh? Yeah, ok. Sorry, fixed. :) Sean On 5/5/06, Sean Hussey <seanhussey@gmail.com> wrote:> Hi all, > > I installed the exception_notification plugin via ''script/plugin > install'', and when configure it and try to run it, I get: > > NameError > > uninitialized constant ExceptionNotifiable > > This error occured while loading the following files: > application.rb > exception_notifiable.rb > > In my application.rb, I added this: > > include ExceptionNotifiable > > And in my development environment file, I added: > > ExceptionNotifier.exception_recipients = %w(seanhussey@gmail.com) > > What am I missing? > > Thanks! > > Sean >
Seemingly Similar Threads
- Exception notifier not working
- exception_notification plugin not sending mails in development on localhost
- Action Mailer throwing underscores on template name
- changes to the exception_notification plugin
- undefined method `respond_to'' when using Exception Notifier Plugin