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

[rails] Enable config.api_only #9499

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

p8
Copy link
Contributor

@p8 p8 commented Jan 7, 2025

config.api_only disables a lot of middleware like Cookies and Session so we no longer have to delete them specifically.

`config.api_only` disables a lot of middleware like Cookies and Session.
These aren't used by any of the tests.
@p8
Copy link
Contributor Author

p8 commented Jan 7, 2025

@msmith-techempower I'd like to see this in round 23, if possible.

@msmith-techempower msmith-techempower merged commit f5b2bea into TechEmpower:master Jan 7, 2025
4 checks passed
@p8 p8 deleted the rails/config-api-only branch January 7, 2025 16:31
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