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

Support for puma-dev #30

Open minimul opened 8 months ago

minimul commented 8 months ago

Thanks for this gem. It worked great right out of the box on the dockerized Rails app that was booted up with rails s.

However, I have many local Rails app being served up by puma-dev that I'd love to use this gem on.

Any ideas how I and other folks using that approach can leverage rails_live_reload? Perhaps a setting in the puma config file?