| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | Fix links [ci skip] | George Claghorn | 2017-10-22 | 1 | -2/+2 |
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 13 | -30/+218 |
* | [Active Storage] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Fix "warning: `*' interpreted as argument prefix" | Ryuta Kamizono | 2017-09-30 | 1 | -1/+1 |
* | Preview PDFs and videos | George Claghorn | 2017-09-28 | 10 | -7/+135 |
* | Add `with_attached_*` scope to `has_one_attached` macro | Yoshiyuki Hirano | 2017-09-19 | 1 | -0/+6 |
* | Fix file missing in activestorage's example code [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 2 | -2/+2 |
* | Avoid making HTTP requests to generate signed URLs for GCS objects | George Claghorn | 2017-09-13 | 1 | -3/+3 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -3/+1 |
* | Use v3 of the AWS SDK | Yuji Yaginuma | 2017-09-09 | 1 | -3/+3 |
* | Accept GCS client options | George Claghorn | 2017-09-01 | 1 | -2/+2 |
* | Ignore files already deleted on GCS file deletions | Rosa Gutierrez | 2017-08-31 | 1 | -1/+5 |
* | Refactor | George Claghorn | 2017-08-29 | 1 | -12/+10 |
* | Fix replacing a singular attachment | George Claghorn | 2017-08-29 | 3 | -7/+25 |
* | Update Active Storage docs [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 2 | -2/+2 |
* | Fix order of Active Storage DiskService URL parameters | Koichi ITO | 2017-08-26 | 1 | -1/+1 |
* | Fix syntax error | George Claghorn | 2017-08-20 | 1 | -1/+1 |
* | DRY | George Claghorn | 2017-08-20 | 4 | -10/+14 |
* | Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_task | Ryuta Kamizono | 2017-08-16 | 1 | -1/+1 |
|\ |
|
| * | Change namespace of Active Storage rake task | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -2/+2 |
|/ |
|
* | minor tweaks in Active Storage after a walkthrough | Xavier Noria | 2017-08-15 | 8 | -9/+9 |
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 16 | -1/+33 |
* | Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file | Rafael França | 2017-08-11 | 1 | -1/+1 |
|\ |
|