Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that ActionDispatch::DebugLocks is accessible via HTTP #42160

Merged

Conversation

MarcusRiemer
Copy link
Contributor

Summary

I just spent more time than I am willing to admit to search for a file at /rails/locks (among other paths that I added as an argument) in my filesystem because I observed that the deadlocked server wouldn't handle any "normal" requests and assumed the mentioned path therefore must be in my filesystem. Granted /rails is a very non-standard path and the documentation somewhat hints at this by saying "insert it near the top of the middleware stack", but nevertheless I would have preferred to have this explicitly.

I just spent more time than I am willing to admit to search for a file at `/rails/locks` (among other paths that I added as an argument) in my filesystem because I observed that the deadlocked server wouldn't handle any "normal" requests. The documentation somewhat hints at this by saying "insert it near the top of the middleware stack", but nevertheless I would have preferred to have this explicitly.
@rails-bot rails-bot bot added the actionpack label May 6, 2021
@carlosantoniodasilva carlosantoniodasilva merged commit fb3a3b5 into rails:main May 6, 2021
@carlosantoniodasilva
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants