After upgrading Slim 4.1.0 -> 5.1.0 on my Rails app, I get the following error from the config/initializers/slim.rb:3
Slim::RailsTemplate.set_options streaming: false
uninitialized constant Slim::RailsTemplate (NameError)
Removing the line gets rid of the error, but how can I disable http streaming with the new version?