I'm trying to migrate my local dev environment to Ruby 1.9
and I'm getting some strange encoding errors trying to display some
haml templates

"incompatible character encodings: ASCII-8BIT and UTF-8"

The weird thing is that the errors only happen intermittently:
I'm using passenger to serve pages...

Interestingly I don't get the encoding errors serving the files using
WebBrick...

The errors are also on weird lines like:

174:         %li
175:           %ul
176:             %li
177:               = link_to "Home", home_path

It's hardly complicated... and doesn't involve any hits to the
database... home_path actually resolves to '/' which is the same char
in ASCII and UTF8??

Any suggestions most welcome,
Cheers,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to