Skip to content

Test: Track request after calling the app#436

Merged
ahx merged 3 commits intomainfrom
test-track-after-handle
Dec 27, 2025
Merged

Test: Track request after calling the app#436
ahx merged 3 commits intomainfrom
test-track-after-handle

Conversation

@ahx
Copy link
Owner

@ahx ahx commented Dec 27, 2025

Like #434, but changing to run that as a default

In a Rails app, there is some data that gets added to the Rack Request env by the app itself while the request is handled (such as which controller and action actually handled the request after it was routed).

If you want to access any of this information in any openapi_first hooks, than you need to be able to configure tests to do the request validation only after the request has been handled.

@ahx ahx force-pushed the test-track-after-handle branch from d0c513e to a03336a Compare December 27, 2025 09:14
@ahx ahx changed the title Test track after handle Test: Track request after calling the app Dec 27, 2025
@ahx ahx merged commit 9ed469e into main Dec 27, 2025
31 checks passed
@ahx ahx deleted the test-track-after-handle branch December 27, 2025 09:15
@ahx
Copy link
Owner Author

ahx commented Jan 7, 2026

This was release in 3.2.0 as the new default

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.

2 participants