I am trying to get Haml to work with my Ruby on Rails project. I am new to Ruby on Rails and I really like it. However, when I attempt to add an aplication.html.haml>
aplication.html.haml>
Before trying to use haml in your rails application, you can verify that the command line executable is installed correctly:
$ haml %p %span Hello World!
Then press CTRL-D and you should see:
Hello World!