I noticed today that haml & sass have split in their upgrade to 3.1.
I used to get them both in my Rails project with gem 'haml-rails' (though, perhaps I manually added SASS to my gem directory?!? Anyway…)
I’m trying to understand dependencies & whatnot and wondering what I need to do now to get both haml & sass updated to 3.1 in my project(s)…
I see haml docs now say to use gem 'haml' to get haml…does this mean haml-rails is unnecessary/redundant now?
Based on my test, you still need
haml-railsif you want .haml views automatically generated when you runrails g controllerorrails g scaffold