简体   繁体   中英

Rails Exception notifier is not working

I installed the exception notification plugin from http://github.com/rails/exception_notification/tree/master

I can confirm that my ActionMailer is working as I received emails from other process. Although, I can see the notifier sending the email in the log (Sent mail to my@email.address ) and the email address was written correct, I didn't get any emails about the exceptions.

Any ideas?

Thanks

The problem been addressed, http://groups.google.com/group/rubyonrails-core/browse_thread/thread/eaf210a7d099ad57

I just copied the plugin from a old project, and it works fine straightaway.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM