hotwire-livereload icon indicating copy to clipboard operation
hotwire-livereload copied to clipboard

Live reload gem for Hotwire Rails apps.

Results 20 hotwire-livereload issues
Sort by recently updated
recently updated
newest added

Sometimes assets builder is not so fast as your gem :)

enhancement
help wanted

I noticed that the gem only works when I am logged in. I am using [devise](https://github.com/heartcombo/devise). Maybe we can add a hint that one needs to modify `connection.rb` or add...

I installed the gem in a rails project following the readme instructions and it works great. However, I'm working on a separate rails project where I do not want to...

Doesn't look like reloads happen on error pages (anymore?) — from what it looks like in the code it should be triggering a reload, yeah? I'm not seeing any requests...

I realised that when working on some elements of a webpage that are below the fold, the first livereload would perform perfectly, but for the subsequent ones, the page would...

Instead of disabling and fully overriding default paths, it's now possible to skip one of few of them instead: ```ruby # config/environments/development.rb Rails.application.configure do # ... config.hotwire_livereload.skip_listen_paths

Hello, happy new year, and thank you for your time and effort creating this package. I have a Rails 7.1 app with a default setup, I've added the gem, installed...

https://github.com/kirillplatonov/hotwire-livereload/assets/839922/35c947d7-52ce-4df9-81c5-d0bc710954d1

bug

This is a continuation of previous PR: https://github.com/kirillplatonov/hotwire-livereload/pull/34 Here I have removed support of error pages (I'll do it in additional PR). How it works and some considerations. We can...