search for: system_notifier

Displaying 1 result from an estimated 1 matches for "system_notifier".

2006 Mar 07
17
Handling Erros from AWDWR
...ot Found") else render(:file => "#{RAILS_ROOT}/public/500.html", :status => "500 Error") SystemNotifier.deliver_exception_notification( self, request, exception) end end end and copied the file...app/models/system_notifier.rb changing the first line ''pathname'' to the actual path to the base of my ruby application and then finally copied the file and folder for system_notifier...into app/views/system_notifier/exception_notification which includes the line... <% require ''pp'' -%...