| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Unlink internal tempfiles after use | George Claghorn | 2018-01-26 | 2 | -2/+22 |
* | Add missing require | George Claghorn | 2018-01-22 | 1 | -3/+5 |
* | Cope with videos with undefined display aspect ratios | George Claghorn | 2018-01-20 | 1 | -2/+6 |
* | Preserve display aspect ratio for videos with rectangular samples | George Claghorn | 2018-01-19 | 1 | -15/+35 |
* | Provide a sensible default host | George Claghorn | 2018-01-16 | 1 | -1/+1 |
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 2 | -17/+13 |
* | Instrument preview image drawing | George Claghorn | 2018-01-10 | 1 | -3/+5 |
* | Add missing `# frozen_string_literal: true` | Ryuta Kamizono | 2018-01-11 | 1 | -0/+2 |
* | Extract Analyzable and Representable concerns | George Claghorn | 2018-01-10 | 2 | -0/+7 |
* | Change Active Storage destroy callbacks | kami-zh | 2018-01-09 | 1 | -2/+2 |
* | Fix attaching blobs to optimistically-locked records | George Claghorn | 2018-01-08 | 1 | -2/+2 |
* | Document automatic width-height swapping [ci skip] | George Claghorn | 2018-01-07 | 1 | -0/+2 |
* | Remove redundant sentences [ci skip] | George Claghorn | 2018-01-07 | 2 | -4/+2 |
* | Tweak engine for readability | George Claghorn | 2018-01-07 | 1 | -11/+13 |
* | Force content disposition to attachment for specific content types | Rosa Gutierrez | 2018-01-05 | 2 | -0/+12 |
* | Configure previewer/analyzer command paths centrally | George Claghorn | 2018-01-03 | 5 | -23/+15 |
* | Merge pull request #31606 from yhirano55/bump_license_years_for_2018 | Arun Agrawal | 2017-12-31 | 1 | -1/+1 |
|\ |
|
| * | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | | Expose ActiveStorage::Analyzer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -1/+1 |
* | | Expose ActiveStorage::Previewer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -2/+2 |
* | | Suppress noise from drawing command invocations | George Claghorn | 2017-12-31 | 1 | -1/+1 |
* | | Append extension to tempfile name | George Claghorn | 2017-12-31 | 1 | -1/+1 |
|/ |
|
* | Restrict variants to variable image blobs | George Claghorn | 2017-12-15 | 2 | -0/+3 |
* | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-12-14 | 2 | -2/+6 |
|\ |
|
| * | Merge pull request #31391 from 5t111111/fix-active_storage-installation-failu... | Eileen M. Uchitelle | 2017-12-13 | 1 | -1/+5 |
| |\ |
|
| | * | Invoke app-prefixed active storage task when in engine | Hirofumi Wakasugi | 2017-12-13 | 1 | -1/+5 |
| * | | Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError` | Yoshiyuki Hirano | 2017-12-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-12-08 | 12 | -35/+135 |
|\| |
|
| * | Swap raw video width and height if angle is 90 or 270 degrees | George Claghorn | 2017-12-08 | 1 | -1/+13 |
| * | Fix customizing Content-Type via GCS service URLs | George Claghorn | 2017-12-07 | 1 | -1/+7 |
| * | Fix instrumention name: delete_prefixed like the others. | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+1 |
| * | Purge variants with their blobs | George Claghorn | 2017-12-02 | 7 | -29/+79 |
| * | Make ASt previewer/analyzer binary paths configurable | George Claghorn | 2017-12-01 | 4 | -4/+32 |
| * | Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#logger | George Claghorn | 2017-11-30 | 1 | -0/+4 |
* | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-30 | 2 | -6/+15 |
|\| |
|
| * | Use `credentials` instead of `keyfile` in GCS sevice | yuuji.yaginuma | 2017-11-29 | 1 | -0/+2 |
| * | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
| * | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
| * | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 1 | -5/+12 |
* | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-20 | 3 | -12/+31 |
|\| |
|
| * | Provide attachment writers | George Claghorn | 2017-11-20 | 1 | -0/+8 |
| * | Permit attaching files to new records | George Claghorn | 2017-11-19 | 2 | -5/+9 |
| * | Introduce ActiveStorage::Attached::{One,Many}#detach | George Claghorn | 2017-11-14 | 2 | -7/+14 |
* | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-09 | 4 | -21/+13 |
|\| |
|
| * | Remove needless block parameter | George Claghorn | 2017-11-07 | 1 | -1/+1 |
| * | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 2 | -7/+7 |
| * | Permit configuring Active Storage's job queue | George Claghorn | 2017-11-03 | 2 | -14/+6 |
* | | Fixes typo in docs | Jeffrey Guenther | 2017-11-02 | 1 | -1/+1 |
|/ |
|
* | Allow third-party previewers/analyzers to customize their tempdirs | George Claghorn | 2017-11-02 | 2 | -3/+10 |
* | Use the indicative mood consistently [ci skip] | George Claghorn | 2017-10-22 | 1 | -1/+1 |