Sorry for the resend but not sure if the first one made it.
----- Original Message -----
From: "Long"
To: <rails@lists.rubyonrails.org>
Sent: Monday, August 21, 2006 12:03 PM
Subject: Customizing routing error messages
> I have found various methods showing how this can be done.
>
> What is still unclear is whether there is a different behavior between
> development and production. So far I am only working in dev.
>
> Here is the scenario in development:
>
> I enter a bad URL, for example /bad_controller/no_action, I get
> a Routing Error - Recognition failed for
"/bad_controller/no_action"
>
> What I would like to see is public/404.html displayed instead. If
> this is already the case in production then I guess I am done.
>
> Thanks for the clarification,
>
> Long
>
>