Rack::Lock undefined for threadsafe Rails apps #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
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?
When using
config.threadsafe!
there is no Rack::Lock middleware, sowill not work.
I'd suggest using
instead - works for both cases.
That works for me, I haven't made the leap yet to threadsafe Rails apps so I never ran into it myself.
That was quick 👍
We aim to please. :)