rails/activestorage/test
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
..
controllers Preview PDFs and videos 2017-09-28 16:43:37 -04:00
database Use 5.2 version of ActiveRecord::Migration for Active Storage 2017-08-22 17:32:43 +03:00
dummy Use frozen string literal in Active Storage 2017-08-12 21:43:42 +09:00
fixtures/files Preview PDFs and videos 2017-09-28 16:43:37 -04:00
models Replace variation key use with SHA256 of key to prevent long filenames 2017-10-05 20:57:33 -07:00
previewer Preview PDFs and videos 2017-09-28 16:43:37 -04:00
service Fix test "signed URL generation" failure 2017-09-30 05:48:23 +09:00
template Preview PDFs and videos 2017-09-28 16:43:37 -04:00
test_helper.rb Preview PDFs and videos 2017-09-28 16:43:37 -04:00