Livereload Doesn't Reload Better_Errors gem Error Page #51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Livereload works fine except when an error page from better_errors gem is shown. When that happens, I need to manually hit Command+R to reload a page. I've already posted this on guard-livereload gem page, but then realized that reloading is handled via rack-livereload. Not sure where exactly to report this issue.
Thanks.
This issue was solved by placing the Rack::LiveReload above the BetterErrors::Middleware one in the middleware stack via changing this line in development.rb from default
to
Let me know if I should update README with this and create a new PR
Works great, thanks for that
Works here, too.
Took me some time to google that.
So I'd recommend to leave a hint in the README.
@johnbintz Any chance of getting this change into the Readme? Will submit a pull request if it's helpful.
Thank you @johnbintz :)
Rack::Lock
is no longer used by Rails. Has anyone found a new solution?