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

Remove Paperclip support #6

Open
chrean opened this issue Jun 8, 2023 · 3 comments
Open

Remove Paperclip support #6

chrean opened this issue Jun 8, 2023 · 3 comments

Comments

@chrean
Copy link
Contributor

chrean commented Jun 8, 2023

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

@chrean chrean converted this from a draft issue Jun 8, 2023
@DanielePalombo
Copy link

Just for reference, we have already done it in the past.
This is the required effort to run the migration https://gist.github.com/jmevans0211/b9abb28ed51b13a46df451e87c901767.
It's not so straightforward as mentioned in the documentation, especially, when different services S3, imgix etc.. are involved.

@ashgaliyev
Copy link

Just for reference, we have already done it in the past. This is the required effort to run the migration https://gist.github.com/jmevans0211/b9abb28ed51b13a46df451e87c901767. It's not so straightforward as mentioned in the documentation, especially, when different services S3, imgix etc.. are involved.

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!

@DanielePalombo
Copy link

@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.

https://medium.com/sortlist-engineering/migrating-from-paperclip-to-activestorage-a-different-approach-4bffa2260e17

I hope it will help you with the migration, if you have any doubts feel free to reach out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Next Up
Development

No branches or pull requests

3 participants