Closed yhslai closed 13 years ago
I'm sorry, I have no idea how this relates to the haml-rails plugin. It might be a bug in rails or in haml, but it's definitely not in the scaffold templates provided by this plugin.
You're right. I had haml confused with haml-rails, sorry.
I have a HAML file which contains some non-ASCII characters, like below:
When I tried to access this page, Rails gave me a "500 Internal Server Error" page:
No extracted source, no stack trace. Just a static page. I think that Rails should return the debug page anyhow in development mode, so isn't it a bug?
My
development.log
:I'm using
haml-rails
0.3.4,rails
3.1.0.