Skip to content

Conversation

@jas14
Copy link
Collaborator

@jas14 jas14 commented Oct 24, 2025

Fixes #160.

Per investigation detailed on that issue, the default object inspection tree builder recursively works through all ActionDispatch::Request instance variables. This includes env, which can have enormous values, including and especially the app's entire route set.

Since the Rails code itself customizes inspection for this class, we'll do the same here.

@jas14 jas14 force-pushed the 160-action-dispatch branch from 86c0593 to 1f586c6 Compare October 24, 2025 22:37
@jas14 jas14 merged commit 32e3634 into main Dec 5, 2025
72 checks passed
@jas14 jas14 deleted the 160-action-dispatch branch December 5, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RSpec hanging when matching on http response

1 participant