rails_live_reload
rails_live_reload copied to clipboard
Support for puma-dev
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?