Hi, I'm working on creating custom 500 errors in rails 2.1. Specifically I'm trying to send an email with the exception every time an application error occurs.
So I follow these instructions: http://wiki.rubyonrails.org/rails/pages/HandlingPreControllerErrors It tells me to put an error handler in /lib/ then require it in environment.rb. HOWEVER, when I past it's code, creating something called an "ActionController", I can no longer start mongrel. Because of "uninitialized constant ActionController" Whats the deal? Please help! Thank you -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---