You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running rails 7.1 and Ruby 3.3.0 and found that havingconfig.middleware.use Rack::Deflater in my config/application.rb stopped the rails_live_reload from working but there were no error messages. I fixed the problem by moving the Rack::Deflater to my config/environments/production.rb where reloading isn't required.
In case someone runs into this I thought it would be helpful to document it. Feel free to close this issue since there is a simple workaround.
P.S. Your gem is fantastic!
The text was updated successfully, but these errors were encountered:
I'm running rails 7.1 and Ruby 3.3.0 and found that having
config.middleware.use Rack::Deflater
in myconfig/application.rb
stopped the rails_live_reload from working but there were no error messages. I fixed the problem by moving the Rack::Deflater to myconfig/environments/production.rb
where reloading isn't required.In case someone runs into this I thought it would be helpful to document it. Feel free to close this issue since there is a simple workaround.
P.S. Your gem is fantastic!
The text was updated successfully, but these errors were encountered: