-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove Paperclip support #6
Comments
Just for reference, we have already done it in the past. |
It seems the link you shared isn't working. Could you please refresh it or provide an updated one? It would be really helpful to understand the complexities involved. Thanks for your help! |
@ashgaliyev, the link is not available anymore, but in the meanwhile, I found a really interesting article talking about the migration from paperclip to activestorage, and this approach looks way better than the other. I hope it will help you with the migration, if you have any doubts feel free to reach out. |
Paperclip is deprecated and unsupported, with ActiveStorage being the recommended substitute.
Although some shops won't have issues in the short term, they will eventually face problems when updating the stack since Paperclip does not support newer versions of Ruby and Rails.
Our major concern is providing users with a solid migration path; however, we cannot see a zero-effort migration.
solidusio/solidus#5033
The text was updated successfully, but these errors were encountered: