Provides hamlit generators for Rails. It also enables hamlit as the templating engine and "hamlit:erb2haml" rake task that converts erb files to haml.
Run:
bundle add hamlit-rails
Or install it yourself as:
$ gem install hamlit-rails
By installing this gem, Haml templates are generated on rails g
.
Also, use the following rake task to convert .erb to .haml:
bundle exec rake hamlit:erb2haml
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)This code is heavily influenced by haml-rails. And is written because of an issue created in that repo.
MIT license