From: Peter Burns Date: 2005-10-18T14:52:46+09:00 Subject: Re: Rails: Error Trace Page not showing That may be an error of a different kind, encountered earlier in than controllers/views. If the errors are sporadic, give some information about your environment. I think there's a workaround for something like this in FastCGI with Apache. If they're consistent, look for errors in routes.rb, environment.rb, or any other file that Rails deals with early on as it's running, especially if you've edited them recently. If the errors are in fact in the view/controllers, check to ensure that you're running in development mode. On 10/18/05, Ben Lee wrote: > So when I had syntax errors in my view/controllers before, it would > display the error and give me the framework trace/dump on the web page > - now it only says Application failed to start and logs that stuff - is > there anyway to get errors to show on the page again? > > thanks, > Ben > > >