[haml] How does HAML get compiled?

2009-11-07 Thread webbieguy
Hi, I am a Ruby on Rails newbie and am trying to use Haml. I love the different aspects of and would love to use it for everything. One simple problem which I can't seem to find the answer to. How does it get compiled? I have haml files in a Ruby on Rails project in Aptana and I made the

[haml] Re: How does HAML get compiled?

2009-11-07 Thread webbieguy
, that is): you write your views with the extension .html.haml and then when you go to view them in your browser, it's automatically compiled behind-the-scenes. Does that help? On Sat, Nov 7, 2009 at 2:17 PM, webbieguy justin.dean.griff...@gmail.comwrote: Hi, I am a Ruby on Rails newbie

[haml] Re: How does HAML get compiled?

2009-11-07 Thread webbieguy
and then when you go to view them in your browser, it's automatically compiled behind-the-scenes. Does that help? On Sat, Nov 7, 2009 at 2:17 PM, webbieguy justin.dean.griff...@gmail.comwrote: Hi, I am a Ruby on Rails newbie and am trying to use Haml. I love the different aspects