Heya all,

I use HAML on several sites, works great.  I normally design on mac
and unix.

I have a windows system with an existing rails 2.0.2 app working fine
using ERB that I want to convert over (for obvious reasons)

I installed haml thusly:

  gem install haml --no-ri
  cd path/to/rails/app
  haml --rails .

All looked good.  Server started fine.

Then I went through and modified out my application.rhtml file,
changed it to haml inside, then renamed it to application.html.haml

Restarted server, fired up a browser to view my haml beauty and I got
a browser pane full of plain text unrendered haml code.

I inspected the html and it was just my HAML file, un rendered spat
out to the browser, like a did a send_data layouts\application.haml
from the rails controller.

The application.html.haml file is good haml, it may or may not have a
syntax error, but I have used haml a lot and I think it looks good -
but I am not getting any rendering errors... just like haml is
treating it as plain text and ignoring it...

Any ideas?

Mikel


--~--~---------~--~----~------------~-------~--~----~
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