Question Does HAML work with Rails 3?

 
  • Created:over 2 years ago
  • Modified:over 2 years ago
  • Status:resolved

How do I get started with HAML on Rails 3

 

1 Answers

votes newest oldest
 
  • Created:over 2 years ago
  • Modified:over 2 years ago
accepted answer

Yes

Starting from HAML 2.2.19 the haml gem works with Rails 3.

To require it add:

gem "haml"

to your Gemfile and execute bundle exec haml --rails .