Robby R. wrote:
On Mon, Aug 25, 2008 at 12:34 PM, Alex Williams
[email protected] wrote:
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!
Alex,
There are a few options for this. The typical solution is to use the
Exception Notification plugin.
This plugin will let you define email recipients to direct
exceptions/errors to. You can take a look at the README for
instructions on installing and configuring.
Additionally, there are also a few web services that provide APIs that
you can direct exceptions to. I’ve been a beta tester for Exceptional,
which our team is using across five client projects in production
right now with great success. You might look at this as a solution
once they open it up to more customers.
Another new comer to this arena is Hoptoad, which I haven’t had a
chance to play with yet.
Good luck!
Cheers,
Robby
–
Robby R.
Chief Evangelist, Partner
PLANET ARGON, LLC
design // development // hosting
http://www.planetargon.com/
http://www.robbyonrails.com/
aim: planetargon
+1 503 445 2457
+1 877 55 ARGON [toll free]
+1 815 642 4068 [fax]
Thank you for the Fast response. I am trying to install
exception_notifier. Now it isn’t working, but I have a feeling it’s
something simple I just don’t know about.
I downloaded exception_notifier and put it in my plugins folder like the
reset of 'em are. I pasted the line:
include ExceptionNotifiable
in my application folder as asked.
then I added this to environment.rb:
ExceptionNotifier.exception_recipients = %w([email protected]
[email protected])
Essentially I was just testing defaults. However, I receive the error
“uninitialized constant ExceptionNotifier”
So what do I need to do to get ExceptionNotifier working? It may be
something I simply don’t understand about installing plugins this way.
Thank you I hope hear from you.