Robby Russell 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.
> 
> * http://github.com/rails/exception_notification/
> 
> 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.
> 
> * http://getexceptional.com/
> 
> Another new comer to this arena is Hoptoad, which I haven't had a
> chance to play with yet.
> 
> * http://www.hoptoadapp.com/
> 
> Good luck!
> 
> Cheers,
> Robby
> 
> 
> 
> --
> Robby Russell
> 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.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to