Skip to content

Fix ActiveStorage::FixtureSet support#280

Merged
flavorjones merged 2 commits intomainfrom
active-storage-blob-fixture
Feb 2, 2026
Merged

Fix ActiveStorage::FixtureSet support#280
flavorjones merged 2 commits intomainfrom
active-storage-blob-fixture

Conversation

@flavorjones
Copy link
Member

ActiveStorage::FixtureSet.blob creates blobs with keys that don't have the tenant prefix, causing path_for to fail when splitting on "/".

Keys without tenant prefix (e.g., from ActiveStorage::FixtureSet.blob) now fall back to the standard DiskService path_for behavior instead of erroring when trying to split on "/".

ActiveStorage::FixtureSet.blob creates blobs with keys that don't have
the tenant prefix, causing path_for to fail when splitting on "/".

Keys without tenant prefix (e.g., from ActiveStorage::FixtureSet.blob)
now fall back to the standard DiskService `path_for` behavior instead
of erroring when trying to split on "/".
Move callbacks entries from v0.6.0 to unreleased section (they were
committed after the v0.6.0 tag) and add entry for ActiveStorage
FixtureSet compatibility fix.
@flavorjones flavorjones merged commit 30a888a into main Feb 2, 2026
7 checks passed
@flavorjones flavorjones deleted the active-storage-blob-fixture branch February 2, 2026 18:35
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.

1 participant