aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/previewer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-1/+1
|
* Remove unused `require "active_support/core_ext/string/filters"`Ryuta Kamizono2018-05-171-2/+0
|
* Add ActiveStorage::Previewer#tempdirGeorge Claghorn2018-05-161-1/+5
|
* Add missing block parametersGeorge Claghorn2018-05-161-1/+1
|
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-161-3/+6
| | | | [David Robertson & George Claghorn]
* Unlink internal tempfiles after useGeorge Claghorn2018-01-261-1/+11
|
* Instrument preview image drawingGeorge Claghorn2018-01-101-3/+5
|
* Expose ActiveStorage::Previewer#logger in API docs [ci skip]George Claghorn2017-12-311-2/+2
| | | | Clarify that it's public API intended for use by third-party previewers. It shouldn't be removed without deprecation even though it isn't used by the built-in previewers.
* Suppress noise from drawing command invocationsGeorge Claghorn2017-12-311-1/+1
|
* Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
|
* Allow third-party previewers/analyzers to customize their tempdirsGeorge Claghorn2017-11-021-1/+3
|
* Extract metadata from images and videosGeorge Claghorn2017-10-221-20/+7
|
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-301-1/+1
|
* Preview PDFs and videosGeorge Claghorn2017-09-281-0/+69