1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/models
khall ead60686e8 Replace variation key use with SHA256 of key to prevent long filenames
If a variant has a large set of options associated with it, the generated
filename will be too long, causing Errno::ENAMETOOLONG to be raised. This
change replaces those potentially long filenames with a much more compact
SHA256 hash. Fixes #30662.
2017-10-05 20:57:33 -07:00
..
filename Encode Content-Disposition filenames according to RFC 2231 2017-08-21 18:23:15 -04:00
attachments_test.rb Add with_attached_* scope to has_one_attached macro 2017-09-19 06:02:00 +09:00
blob_test.rb Encode Content-Disposition filenames according to RFC 2231 2017-08-21 18:23:15 -04:00
filename_test.rb Rename ActiveStorage::Filename#extname to extension_with_delimiter 2017-08-20 16:30:15 -04:00
preview_test.rb Preview PDFs and videos 2017-09-28 16:43:37 -04:00
variant_test.rb Replace variation key use with SHA256 of key to prevent long filenames 2017-10-05 20:57:33 -07:00