If you are using https://github.com/seyhunak/twitter-bootstrap-rails gem and also want your views to be in haml then just adding haml gem wont do.
If you also add the haml-rails gem then running the same generators will create the views in haml format.
Just add ‘gem “haml-rails”‘ to your gem file and you are good to go.