We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typo
Mention unguessable reproducible store directories as an alternative
fix previous multi upload version
propose an example to manage multiple files upload
Ruby 1.8.7 notes for the poor souls stuck there
delete extra space
Added a special note about using SecureRandom for Directory Names
Updated How to: Create random and unique filenames for all versioned files (markdown)
Fix typo
Reset secure token to bust browser image caching
Clearly state how unique SecureRandom.uuid is and add gotcha to recreate_versions!
fix highlight
Didn't know where to put `before :cache`
changed the filename method in PhotoUploader to actually return the random filename. Got rid of @filename ||=
Obvious in retrospect, but it took me a couple hours of mistakes before finding the best way of doing this. I figured a small paragraph would be useful for others so they don't make the same mistakes I made.
added a workaround to keep encoded name when we send recreate_versions!
Without setting the @name variable, filename is generated multiple times and causes a different name to be saved to S3 if used via Fog.
Updated How to: Random and unique filenames (markdown)