vote up 1 vote down star
2

I'm looking for a reliable way to convert a HAML template to an equivalent ERB/HTML template?

Has anyone come across one?

flag
What about haml input.haml output.html at the commandline? – The Wicked Flea Jun 8 at 22:36
You get undefined method exceptions for `error_messages_for', among other things. – Karlas Furecz Jun 8 at 23:47

1 Answer

vote up 0 vote down

Apparently there's some challenging issues with translating HAML to ERB, as HAML supports some niceties that don't easily translate back to ERB without parsing the Ruby code. A naive implementation using the HAML engine is here:

HAML to HTML demo

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.