Project

General

Profile

Feature #595

Updated by liaham over 3 years ago

In order to recognise errors as soon as possible and even if the user does not report each observed error we should implement an exception notifier.  

 For doing so, there is the rails gem *exception_notifier* which provides exactly that feature. Decide what kind of notifier should be used and prepare a configuration attribute for disabling the notifier. 


 Integrate the notifier with this option 

 ``` ruby 
 rails g exception_notification:install --resque 
 ``` 

 Provide an option in admin area for disabling the notifier. 

Back