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

Force ActiveStorage to use minimagick as this is what we currently use in staging/production #517

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

murny
Copy link
Collaborator

@murny murny commented Dec 5, 2023

When I removed Rails 7.0 defaults, it swapped us to the new default for ActiveStorage which is using VIPS.

We currently don't have libvips installed in staging/production so we are seeing some errors for this when I was testing 1.9.0 release on staging.

https://app.rollbar.com/a/ualbertalib/fix/item/library-cms/5

Let's force this to the previous default, which was mini_magick

Copy link
Member

@pgwillia pgwillia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@murny murny merged commit 170d3d1 into master Dec 5, 2023
@murny murny deleted the force-activestorage-to-use-minimagick branch December 5, 2023 19:24
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