Well. A lot has happened since this error. It is gone now, but I am not
sure what fixed it.
I think it was changing "UnknownAction" to
"::ActionController::UnknownAction"
-Matt
On Jan 20, 10:50 pm, "Matthew Hauck"
<mattha...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> I keep getting a blank page containing only the following:
>
> "There was a controller specfic error processing your request."
>
> Though I have the following in my application.rb
>
> def rescue_action_in_public(exception)
> case exception
> when UnknownAction, ActiveRecord::RecordNotFound then
> render :controller => "application", :action =>
> "error_404", :status => 404
> else
> render :text => "errors/unhandled", :status =>
505
> end
> end
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---