| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add ActiveStorage::Blob.unattached scope | fatkodima | 2018-02-12 | 1 | -0/+17 |
|/ |
|
* | Fix `blob.service_url` for supports string or nil `:filename` option. | Jason Lee | 2018-02-08 | 1 | -0/+2 |
* | Allow `ActiveStorage::Blob#service_url` to pass addition options to `service.... | Jason Lee | 2018-02-01 | 1 | -0/+20 |
* | Correct orientation detection | George Claghorn | 2018-01-31 | 1 | -2/+2 |
* | Swap encoded image width and height if angle is 90 or 270 degrees | George Claghorn | 2018-01-31 | 2 | -2/+15 |
* | Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video? | Shuhei Kitagawa | 2018-01-29 | 1 | -0/+12 |
* | Eliminate ActiveStorage::Service::MirrorServiceTest#upload | Shuhei Kitagawa | 2018-01-27 | 1 | -16/+16 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 6 | -24/+24 |
* | Cope with videos with undefined display aspect ratios | George Claghorn | 2018-01-20 | 2 | -0/+9 |
* | Use helper method | George Claghorn | 2018-01-19 | 1 | -1/+2 |
* | Preserve display aspect ratio for videos with rectangular samples | George Claghorn | 2018-01-19 | 2 | -4/+18 |
* | Revert "Merge pull request #31434 from olivierlacan/boot-feedback" | Matthew Draper | 2018-01-19 | 1 | -4/+0 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 1 | -1/+1 |
* | Provide a sensible default host | George Claghorn | 2018-01-16 | 5 | -7/+5 |
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 9 | -10/+51 |
* | Extract Analyzable and Representable concerns | George Claghorn | 2018-01-10 | 3 | -3/+3 |
* | Allow overriding filename in `Blob#service_url` | Rosa Gutierrez | 2018-01-08 | 1 | -3/+14 |
* | Force content disposition to attachment for specific content types | Rosa Gutierrez | 2018-01-05 | 1 | -0/+9 |
* | Restore support for the -layers transformation | George Claghorn | 2018-01-02 | 2 | -0/+8 |
* | Append extension to tempfile name | George Claghorn | 2017-12-31 | 2 | -1/+22 |
* | Add support for combined MiniMagick transformations | Robert Glaser | 2017-12-22 | 1 | -0/+14 |
* | Convert non-web image (e.g. PSD) variants to PNG | George Claghorn | 2017-12-18 | 2 | -9/+19 |
* | Handle invalid signed blob IDs gracefully | George Claghorn | 2017-12-15 | 3 | -0/+23 |
* | Restrict variants to variable image blobs | George Claghorn | 2017-12-15 | 1 | -0/+6 |
* | Merge pull request #31434 from olivierlacan/boot-feedback | Sean Griffin | 2017-12-14 | 1 | -0/+4 |
|\ |
|
| * | Provide instant feedback when booting Rails | Olivier Lacan | 2017-12-13 | 1 | -0/+4 |
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -4/+0 |
|/ |
|
* | Swap raw video width and height if angle is 90 or 270 degrees | George Claghorn | 2017-12-08 | 1 | -2/+2 |
* | Fix customizing Content-Type via GCS service URLs | George Claghorn | 2017-12-07 | 1 | -0/+14 |
* | Purge variants with their blobs | George Claghorn | 2017-12-02 | 2 | -1/+26 |
* | Use `credentials` instead of `keyfile` in GCS sevice | yuuji.yaginuma | 2017-11-29 | 1 | -1/+1 |
* | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 1 | -7/+2 |
* | Provide attachment writers | George Claghorn | 2017-11-20 | 1 | -0/+32 |
* | Load 5.2 defaults in ASt dummy app | George Claghorn | 2017-11-20 | 1 | -1/+1 |
* | Fix direct uploads to local service | George Claghorn | 2017-11-20 | 2 | -0/+4 |
* | Permit attaching files to new records | George Claghorn | 2017-11-19 | 1 | -0/+44 |
* | Fix ASt CI failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 1 | -1/+1 |
* | Introduce ActiveStorage::Attached::{One,Many}#detach | George Claghorn | 2017-11-14 | 1 | -0/+26 |
* | Preserve existing metadata when analyzing a blob | George Claghorn | 2017-11-13 | 2 | -2/+27 |
* | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 1 | -0/+10 |
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 8 | -5/+117 |
* | Use `require_relative` instead of `require` with full path in activestorage/ | bogdanvlviv | 2017-10-13 | 1 | -1/+1 |
* | Define path with __dir__ in activestorage/ | bogdanvlviv | 2017-10-13 | 3 | -4/+4 |
* | Introduce ActiveStorage::Blob#representation | George Claghorn | 2017-10-12 | 2 | -0/+43 |
* | Replace variation key use with SHA256 of key to prevent long filenames | khall | 2017-10-05 | 1 | -0/+5 |
* | Fix `test "signed URL generation"` failure | Ryuta Kamizono | 2017-09-30 | 1 | -1/+1 |
* | Preview PDFs and videos | George Claghorn | 2017-09-28 | 16 | -17/+128 |
* | Add `with_attached_*` scope to `has_one_attached` macro | Yoshiyuki Hirano | 2017-09-19 | 1 | -0/+13 |
* | Rename activestorage/test/service/configurations.yml to activestorage/test/se... | George Claghorn | 2017-09-11 | 1 | -0/+0 |
* | Fix replacing a singular attachment | George Claghorn | 2017-08-29 | 1 | -0/+25 |