k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
981 stars 59 forks source link

Uninitialized constant Haml::Util #125

Closed vovchynniko closed 6 years ago

vovchynniko commented 6 years ago

Version: 2.8.9

When rendering a Rails view I'm receiving an ActionView::Template::Error (uninitialized constant Haml::Util):

.../.rbenv/versions/2.3.6/lib/ruby/gems/2.3.0/gems/hamlit-2.8.9/lib/hamlit/parser.rb:29:in `call'`
k0kubun commented 6 years ago

oh wow, I'll check and fix it

k0kubun commented 6 years ago

I reproduced the problem locally and it was fixed in v2.8.10. Thanks to report quickly.