Hello,
I'm using Rails 1.2.1 (Locomotive on OS X). Whenever I make a slight syntax error in one of my eRB templates, the whole page fails to render. I just get a blank page.
Calling "app.get '/foo/bar'" from the irb console just gives me a HTTP 500 status, no error explanation. Looking at development.log just logs various "Rendering ..." tasks. I can't find any way to see in which template I made an error.
Since it's not always obvious, I'd like a more verbose error display also for problems inside templates. How do I do this?
Thanks!
Jens