plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

hamlit-rails breaks the U.I #83

Closed SaimonL closed 2 years ago

SaimonL commented 5 years ago

I use the gem "hamlit-rails" which is 2 to 3 times faster then haml. The gem "hamlit-rails" is a drop in replacement for haml and it works fine. When I use the web U.I for crono it does not parse the html code. I tried adding "haml" gem and the problem was NOT solved. Then I commented out the "hamlit-rails" gem and then it worked. Is there a way to make this work with "hamlit-rails" gem instead?

plashchynski commented 2 years ago

Hello @SaimonL. Please check the new version of the gem (2.0.0), it does not depend on haml-rails.