dmathieu implemented in this pull:
#125
the "Remove the cached file after storing it" feature.
But after removal of the file, an empty directory with the upload timestamp is left behind, filling the cache storage with empty directories.
The Carrierwave.clean_cached_files! feature helps a little, but it would be nice to have these directories removed along with the file.
dmathieu implemented in this pull:
#125
the "Remove the cached file after storing it" feature.
But after removal of the file, an empty directory with the upload timestamp is left behind, filling the cache storage with empty directories.
The
Carrierwave.clean_cached_files!feature helps a little, but it would be nice to have these directories removed along with the file.