super_diff icon indicating copy to clipboard operation
super_diff copied to clipboard

Add custom inspection for ActionDispatch::Request

Open jas14 opened this issue 2 months ago • 0 comments

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 avatar Oct 24 '25 21:10 jas14