1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Jonathan Fleckenstein
dfb5a82b25
Active Storage: allow serving files by proxying 2020-05-11 16:21:58 -04:00
Abhay Nikam
2b6754b9e4 Updated Active Storage configuration guide for previewers default values [ci skip] 2020-04-06 11:57:59 +05:30
Peter Zhu
4203093ad3 Store previews in the same service as the original blob 2019-12-20 15:06:03 -05:00
George Claghorn
2963a30cf9 Go through ActiveStorage::Blob::Representable#variant to pick up tracking 2019-12-06 14:20:38 -05:00
George Claghorn
9e06289a3b Switch to the writer DB to generate ASt previews 2019-12-05 12:56:42 -05:00
Peter Zhu
235f2636cd Deprecate service_url in favour of url 2019-12-02 14:59:03 -05:00
Akira Matsuda
dea19d4ead Passing in a Hash instance as kwargs parameters requires the "double splat" prefix 2019-09-07 02:44:36 +09:00
George Claghorn
c1e949e9e6 Prefer ImageProcessing's resize_to_limit macro over resize_to_fit
Don't upsize images smaller than the specified dimensions.
2019-01-24 11:46:42 -05:00
utilum
d70bd73f05 Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF
[ci skip]
2018-06-08 11:28:11 +02:00
Janko Marohnić
eef0bd0c0a
Recommend using :resize_to_fit after all 2018-04-23 21:04:35 +02:00
Terence Lee
0b717c2045 Provide an alternative PDF previewer based on Poppler
mutool is licensed under the Affero GPL, which has strict distribution requirements.

Poppler is licensed under the more liberal GPL, making it a good alternative for those who can't use mutool.
2018-03-06 13:33:33 -05:00
George Claghorn
c476969b44 Document MuPDF version requirement 2018-02-13 10:47:39 -05:00
Yoshiyuki Hirano
53c1618892 Fix third-party system libraries list in ActiveStorage::Preview [ci skip] 2017-10-04 03:36:21 +09:00
George Claghorn
d30586211b Preview PDFs and videos 2017-09-28 16:43:37 -04:00