I\'m building an app with Rails 2.3.4 and using
script/generate controller home index
to generate a controller and home page. I\'ve got Haml i
This gem will do the trick http://github.com/indirect/haml-rails
This gem here might be useful. I don't think there is any way to do this outside of a plugin/gem. (disclaimer: I haven't tried this myself, but came across it when I was researching the same thing)
Waht actually worked for me, but in rails 3.1 is this wiki here: https://github.com/plataformatec/devise/wiki/How-To:-Create-Haml-and-Slim-Views :)