rails_live_reload
rails_live_reload copied to clipboard
Live Reload for your Rails app. The easiest way to increase your productivity.
right now this gem only seem to work with redis installed. with rails 8 there will be solid cable / cache / queue as a replacement. i'd appreciate an update...
This code that sets up a listener is hardcoded to the Rails root. https://github.com/railsjazz/rails_live_reload/blob/e089d818de02e8b10d94848ecfe09d4e8aad58a6/lib/rails_live_reload/watcher.rb#L28C1-L39C8 That's fine, but in my project there are some other folders that should not be watched...
Currently `rails_live_reload` is not usable with decent CSP directive (no `unsafe-inline`) and the content is blocked This patch use the native rails CSP nonce to whitelist the injected script See...