How do I get Haml to work with Rails?

后端 未结 10 1138
一向
一向 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条回答
  •  生来不讨喜
    2020-12-07 13:40

    If you are using Pow you will need to restart it also. Ideally you are using powder (gem install powder), because then you can just run this at the terminal

    $ powder restart
    

提交回复
热议问题