Ask A Question

Notifications

You’re not receiving notifications from this thread.

Delete images with active storage in rails app?

Hilldamn asked in Rails

I am using this tutorial ->https://www.youtube.com/watch?v=fJ8kD4de72Q. So I followed the Youtube video and it worked perfectly, but I want to add a feature so that the user can to delete the profile if they so choose to.

I will leave a link to all the code I used here -> https://medium.com/@abhishek.kanojia/from-paperclip-to-active-storage-749f7954e8d3

Reply

In the link to the Medium article that you reference the code from, there is a section included around deleting the images. Deleting associated avatar is as simple as doing: user.avatar.purge.
What exactly seems to be the issue?

Note: a GoRails user had a similar issue that they posted to StackOverflow: https://stackoverflow.com/questions/52170764/active-storage-purge-method-throws-undefined-method-signed-id-for-nilclass/52171476#52171476

Reply

Where do I insert the user.avatar.purge?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.