aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/downloading.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-161-0/+8
| | | | [David Robertson & George Claghorn]
* Flush tempfile after populating itGeorge Claghorn2018-04-231-0/+1
| | | | Ensure that other processes like ImageMagick and FFmpeg see the complete contents of the file.
* Unlink internal tempfiles after useGeorge Claghorn2018-01-261-1/+11
|
* Add missing requireGeorge Claghorn2018-01-221-3/+5
|
* Append extension to tempfile nameGeorge Claghorn2017-12-311-1/+1
| | | | | | Fixes analyzing an SVG image without an XML declaration. ImageMagick occasionally looks to the extension when it can't discern the type of an image file from its contents. References #31356.
* Allow third-party previewers/analyzers to customize their tempdirsGeorge Claghorn2017-11-021-2/+7
|
* Use the indicative mood consistently [ci skip]George Claghorn2017-10-221-1/+1
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-0/+21