I tried to use hamlbars, with the latest version of haml :
gem 'haml', '>= 3.2.0.beta'
gem 'hamlbars'
.. and got the following error, when launching rails :
[...]/gems/hamlbars-1.0.0/lib/hamlbars/ext/compiler.rb:9:in `<module:Haml>': Compiler is not a module (TypeError)
from [...]/gems/hamlbars-1.0.0/lib/hamlbars/ext/compiler.rb:8:in `<top (required)>'
from [...]/gems/hamlbars-1.0.0/lib/hamlbars.rb:16:in `<module:Hamlbars>'
from [...]/gems/hamlbars-1.0.0/lib/hamlbars.rb:4:in `<top (required)>'
Hi,
I tried to use hamlbars, with the latest version of haml :
.. and got the following error, when launching rails :
It works fine with haml 3.1.x.