summaryrefslogtreecommitdiff
path: root/app/controllers/assets_controller.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-06 04:20:44 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-06 04:20:44 +0200
commit81a07bfca08fda8ce762f2282d3bd5f6909dc923 (patch)
treee93b93470403ce04003de9b8107555ea118f4ee5 /app/controllers/assets_controller.rb
parent3dea62f4b9421621ac15c87aee6d65150bb4295f (diff)
Disable verify_foreign_keys_for_fixtures for test env
Adding the occurrences.event_id FK constraint broke fixture loading entirely (every test failing at setup) with a misleading "Foreign key violations found in your fixture data" error. The real cause: this Rails feature does its own proactive integrity check during fixture insertion, independent of the constraint's own deferrability, by directly flipping pg_constraint.convalidated and re-validating - which needs catalog-level privilege the app's DB role correctly doesn't have. No actual fixture data was ever invalid; the check itself couldn't run. Scoped to test.rb only - this never affected real application behavior, and Postgres still fully enforces the actual constraint everywhere, in every environment, regardless of this setting.
Diffstat (limited to 'app/controllers/assets_controller.rb')
0 files changed, 0 insertions, 0 deletions