Installing HAML plugin into your rails app
Just a quick one if you want to utilise HAML inside your rails app. Personally I find the HAML syntax far more readable than Erb
gem install haml; cd path/to/app/; haml --rails ./
Just a quick one if you want to utilise HAML inside your rails app. Personally I find the HAML syntax far more readable than Erb
gem install haml; cd path/to/app/; haml --rails ./