Displaying 1 result from an estimated 1 matches for "deliver_exception".
2006 Feb 07
1
AWDWR: NameError (uninitialized constant UnknownAction) in rescue_action_in_public
...nder :template=>''/error'', :layout=>''application'',
:status=>''404 Not Found''
else
render :template=>''/error'', :layout=>''application'',
:status=>''500 Error''
end
Notifier.deliver_exception(self, request, exception)
end
It works, except when an ''unknown action'' occurs, then
it displays this in the log:
NameError (uninitialized constant UnknownAction):
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.4/lib/active_support/dependencies.rb:200:in
`const_missing...