ActiveStorage – Prevent existing file deletion on multiple file uploads in Rails 6
We have faced an issue with ActiveStorage in our project recently and when we looked into the source code, we found something interesting and wondered why it is not documented anywhere. Let’s get into the issue we have faced and see the solution. What...