Haml-rails on rails 4.0?

I am wondering if anyone has encountered any interference with the haml-rails stone in Rails 4.0. There is a Rails Cast that says there are some problems, but this is no longer mentioned. Gem hosted on GitHub also does not explicitly mention Rails 4.0 support. So what is the status on this?

+8
ruby ruby-on-rails ruby-on-rails-4 haml
Aug 28 '13 at 10:17
source share
2 answers

I am using haml-rails (0.4) in a rails 4 project and everything works

+10
Aug 28 '13 at 10:20
source share

Haml 4.0.4 has a release to support rails 4. You can use haml-rails. Now he has no problem. Include the gem package in the gem file.

gem 'haml-rails'

and project bundle

+5
Jan 02 '14 at 12:36 on
source share



All Articles