search for: exceptionnotification

Displaying 4 results from an estimated 4 matches for "exceptionnotification".

Did you mean: exception_notification
2008 Jan 22
0
Trying to spec ExceptionNotifiable behavior
Hello List. I''m trying to overwrite part of ExceptionNotifiable (ExceptionNotification plugin) to render customized error 500 pages based on browser agents. For this, I''ve created a fake controller that inherits directly from ActionController::Base: class FooExceptionController < ActionController::Base include ExceptionNotifiable # this action should not fail, used...
2006 Oct 03
0
changes to the exception_notification plugin
...level. If it happens after the controller has been found (say a view or ID is wrong), then this works. But if application.rb is not called, then it goes back to the default rails code instead of through the exception _notificaiton plugin. This is easily fixed if two changes occur: - you wrap the ExceptionNotification module around the ActionController module like so: module ActionController module ExceptionNotifiable - in init.rb, add this: require ''exception_notifiable'' that is all it takes to self register with the ActionController::Base, which is what I think we really want. Jamis, w...
2009 Sep 01
0
Lots of InvalidAuthenticityToken errors - what's causing it?
So I''ve had this application online for about 4 months now, and ever since launch, I get random e-mails from ExceptionNotification about authenticity token errors. In and of itself, that''s cool, but I''m disturbed by the number I''ve received. Basic setup: Rails 2.2.2 Passenger 2.2.2 Apache 2 Long story short, I''ve gone through lots of output from Exception Notification and found no pinpoin...
2010 May 06
0
Problems using exception_notification 2.3.3.0
Hi. I am using rails 2.3.5 I just installed exception_notification 2.3.3.0 using ''sudo gem install exception_notification'' I have add config.gem "exception_notification" in environment.rb and ''include ExceptionNotification::Notifiable'' in application_controller.rb Now I am trying it out in development environment. It seems to catch my exception but fails to send email, here is the stacktrace found in the log: undefined method `find_template'' for #<Array:0x7f4cc5727d88> /var/lib/gems/1....