Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created January 5, 2012 03:55
Show Gist options
  • Select an option

  • Save gonzedge/1563632 to your computer and use it in GitHub Desktop.

Select an option

Save gonzedge/1563632 to your computer and use it in GitHub Desktop.
Replacing ERb with HAML on your Rails application generators
gem 'haml-rails'
# ...
invoke haml
create app/views/test
create app/views/test/method_one.html.haml
create app/views/test/method_two.html.haml
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment