No such middleware to insert before: Rack::Lock (RuntimeError) #73
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?
I just upgraded to Rails 5, and I get this error:
It's because I use better_errors gem. I have changed my config from
to
which seems to work.
In rack-livereload's README you still state to use
Rack::Lock
, maybe you should update it:https://github.com/johnbintz/rack-livereload#readme
+1. It would be great if the README could be updated for Rails 5.