slim-template / slim

Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
https://slim-template.github.io
MIT License
5.29k stars 500 forks source link

Fix Railtie load error #904

Closed michaelbaudino closed 1 year ago

michaelbaudino commented 1 year ago

This commit fixes an error when requiring slim via slim-rails (at least with Rails 7.0.4 and Slim 5.0 on my project :shrug:):

uninitialized constant Slim::Rails::Railtie (NameError)

  class Railtie < Rails::Railtie
minad commented 1 year ago

Thanks!

januszm commented 1 year ago

@minad can we please release this as version 5.0.1 as soon as possible?