java
html
xml
ajax
mysql
xcode
ruby-on-rails
regex
objective-c
visual-studio
eclipse
html5
perl
algorithm
facebook
oracle
cocoa
delphi
api
jsp
I use gem 'haml-rails', '= 0.3.4' in my gemfile. it automatically generates *.html.haml without any configuration.
gem 'haml-rails', '= 0.3.4'
*.html.haml
In your application config, try setting the following:
config.generators do |g| g.template_engine :haml end
The haml [not found] error is usually because the bundle is incomplete. Have you tried running bundle update and then rerunning the generator?
haml [not found]
bundle update