WA-VERIFY-107: Audit load_defaults behavioral flags coverage (Rails 7.0/7.1)#1132
Open
kitcommerce wants to merge 1 commit intonextfrom
Open
WA-VERIFY-107: Audit load_defaults behavioral flags coverage (Rails 7.0/7.1)#1132kitcommerce wants to merge 1 commit intonextfrom
kitcommerce wants to merge 1 commit intonextfrom
Conversation
….0/7.1) Adds notes/WA-VERIFY-107-load-defaults-audit.md documenting the coverage status of all config.load_defaults behavioral flags introduced in Rails 7.0 and 7.1. Key findings: - All three engine dummy apps consistently pinned to load_defaults 6.1 (PASS) - QueryCache middleware presence and no-leak behavior is tested (PASS) - 9 flags are N/A (ActiveRecord-only, or deploy-procedure concerns) - 4 gaps flagged as NEEDS-FOLLOW-UP: * No BigDecimal/Money cache round-trip regression test * raise_on_open_redirects not verified against Workarea controllers * active_job.use_big_decimal_serializer not tested for job args * add_autoload_paths_to_load_path = false not yet validated (blocked on Mongoid 8) Closes #1126
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
notes/WA-VERIFY-107-load-defaults-audit.md— a complete coverage audit of allconfig.load_defaultsbehavioral flags introduced in Rails 7.0 and 7.1, mapped to Workarea's actual test and documentation state.Closes #1126
What was audited
load_defaultsversion in all three engine dummy appsKey findings
PASS (2)
load_defaults 6.1✅N/A (9)
cookies_same_site_protection— compatible with Workarea's cookie usagecache_format_version 7.1— deploy-procedure concern, already documented in pattern docNEEDS-FOLLOW-UP (4 gaps identified)
raise_on_open_redirects— open-redirect paths in Workarea controllers not explicitly verifiedactive_job.use_big_decimal_serializer— no job-argument round-trip test for BigDecimal/Money valuesadd_autoload_paths_to_load_path = false— blocked on Mongoid 8; cannot validate until 7.1 appraisal bundlesFiles changed
notes/WA-VERIFY-107-load-defaults-audit.md(new)Client impact
None — documentation and verification only, no code changes.