Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ActiveStorage::Previewer docs | George Claghorn | 2018-07-29 | 1 | -2/+2 |
| | | | | PDFPreviewer became MuPDFPreviewer in 0b717c2. Previewers are simple enough that we can just provide a single example. | ||||
* | Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF | utilum | 2018-06-08 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Exclude upload time from instrumented preview time | George Claghorn | 2018-06-03 | 1 | -5/+10 |
| | |||||
* | Permit opening a blob in a custom tempdir | George Claghorn | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Remove unused `require "active_support/core_ext/string/filters"` | Ryuta Kamizono | 2018-05-17 | 1 | -2/+0 |
| | |||||
* | Add ActiveStorage::Previewer#tempdir | George Claghorn | 2018-05-16 | 1 | -1/+5 |
| | |||||
* | Add missing block parameters | George Claghorn | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 1 | -3/+6 |
| | | | | [David Robertson & George Claghorn] | ||||
* | Unlink internal tempfiles after use | George Claghorn | 2018-01-26 | 1 | -1/+11 |
| | |||||
* | Instrument preview image drawing | George Claghorn | 2018-01-10 | 1 | -3/+5 |
| | |||||
* | Expose ActiveStorage::Previewer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -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 invocations | George Claghorn | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#logger | George Claghorn | 2017-11-30 | 1 | -0/+4 |
| | |||||
* | Allow third-party previewers/analyzers to customize their tempdirs | George Claghorn | 2017-11-02 | 1 | -1/+3 |
| | |||||
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 1 | -20/+7 |
| | |||||
* | Fix "warning: `*' interpreted as argument prefix" | Ryuta Kamizono | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | Preview PDFs and videos | George Claghorn | 2017-09-28 | 1 | -0/+69 |