How do I get Haml to work with Rails?

后端 未结 10 1118
一向
一向 2020-12-07 13:15

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

10条回答
  •  -上瘾入骨i
    2020-12-07 13:30

    if for some reason you installed haml, but you haml doesn't start. try

    sudo ln haml /usr/bin/
    

    in the bin directory of your haml gem

    for some reason this didn't happen automatically on my ubuntu 9.04 Jaunty.

提交回复
热议问题