Exception notification – must have for every Rails application

In every application I’m using excellent plugin called exception notification. Well, almost in every one, since I had forget to include it in Run-N-Share. When my friend have told me about some error he noticed in RNS I have enlightenment moment, and now RNS works with EN plugin.

Exception notification plugin is tool which enables Rails powered application send email when every unhandled exception occurs. It mean when application generates HTTP 50x code. Very useful, since lets You know about every not polished edge in production environment.

RNS runs with this plugin less than 24hr and I’m already aware about at one problem (fixed). So if You have some Rails application go to http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/ and read README – installation and configuration is really easy task.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.