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

Don't load ActiveStorage::Blob when validating the service #54142

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

rafaelfranca
Copy link
Member

@rafaelfranca rafaelfranca commented Jan 7, 2025

For tasks like assets:precompile that don't need ActiveStorage, we should not be loading the entire Active Storage behavior just to be able to validate the service configuration since Active Storage might be miss configured for that task.

Fixes #54139

For tasks like `assets:precompile` that don't need ActiveStorage, we
should not be loading the entire Active Storage behavior just to be
able to validate the service configuration since Active Storage might
be miss configured for that task.
@rafaelfranca rafaelfranca force-pushed the rm-fix-precompile-missconfigured-active-storage branch from e8db8ca to 8b3782c Compare January 7, 2025 20:47
@rafaelfranca rafaelfranca merged commit eb6183f into main Jan 7, 2025
5 checks passed
@rafaelfranca rafaelfranca deleted the rm-fix-precompile-missconfigured-active-storage branch January 7, 2025 20:59
rafaelfranca added a commit that referenced this pull request Jan 7, 2025
…-active-storage

Don't load ActiveStorage::Blob when validating the service
rafaelfranca added a commit that referenced this pull request Jan 7, 2025
…-active-storage

Don't load ActiveStorage::Blob when validating the service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant