0
My API uses the Gem shrine to effect several different types of uploads. Unfortunately during development the files are accumulating in the folder public/uploads
every time I do db:drop
of the database and road again.
My Factories (Factory Girl) inject these files through fixtures.
It is possible that every time you rotate the command db:drop
delete all files in the folder public/uploads
?