railsjazz / rails_live_reload

Live Reload for your Rails app. The easiest way to increase your productivity.
https://www.railsjazz.com/
MIT License
318 stars 8 forks source link

Make html injection in response more reliable #23

Closed manastyretskyi closed 1 year ago

manastyretskyi commented 1 year ago

Right now rails_live_reload doesn't work with the rails main branch (can be tested on a new app created with --main flag, example: rails new dummy --main) This is because with new rack version, body is not always an array or responds to [].