Rails: App Templates / script generators with HAML?

haml, ruby-on-rails

Solution

Try norman's haml-scaffold on Github.

Problem

Is there any way to create an app template in Rails that generates the views in HAML rather than ERB? App Templates: http://railscasts.com/episodes/148-app-templates-in-rails-2-3 If not, are there any plugins/gems that I can use to have all my generator scripts output HAML instead of ERB?

Original source