You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caution : paperclip must be activated rake db:migrate:up VERSION=20190703164354
To move the files
caution : active storage must be activated
for this, add an environment file named PAPERCLIP and give it the value 0
reboot the heroku machine
all S3 files must be given public properties (right click on the folder attachment and click on render public) rake storage:s3_migrate
when going to rails7, and if migration cannot be run by a simple rails:db migrate
you have to do this manually, after checking which migration are pending.....
as paperclip is deprecated, move asap to active storage
The text was updated successfully, but these errors were encountered: