| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 1 | -1/+1 |
* | Flip the order of the after_create callbacks | Dwight Watson | 2018-03-27 | 1 | -3/+13 |
* | Allow selectively purging attached blobs | Nicholas Shirley | 2018-03-06 | 1 | -0/+28 |
* | Fix purging dependent blobs when attachments aren't loaded | George Claghorn | 2018-03-05 | 1 | -2/+16 |
* | Delete dependent attachments with record | George Claghorn | 2018-03-05 | 1 | -0/+14 |
* | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 2 | -2/+1 |
* | Handle another case where a blob might be erroneously purged | George Claghorn | 2018-03-04 | 1 | -0/+12 |
* | Avoid purging attached blob when replacing it with itself | George Claghorn | 2018-03-04 | 1 | -0/+12 |
* | Support varying ICO files | George Claghorn | 2018-02-24 | 1 | -0/+11 |
* | 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 |
* | Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video? | Shuhei Kitagawa | 2018-01-29 | 1 | -0/+12 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 3 | -21/+21 |
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 3 | -3/+36 |
* | 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 | 1 | -0/+8 |
* | 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 | 1 | -9/+19 |
* | Restrict variants to variable image blobs | George Claghorn | 2017-12-15 | 1 | -0/+6 |
* | Purge variants with their blobs | George Claghorn | 2017-12-02 | 1 | -1/+9 |
* | Provide attachment writers | George Claghorn | 2017-11-20 | 1 | -0/+32 |
* | 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 | 1 | -0/+25 |
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 1 | -1/+58 |
* | 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 |
* | Preview PDFs and videos | George Claghorn | 2017-09-28 | 2 | -3/+41 |
* | Add `with_attached_*` scope to `has_one_attached` macro | Yoshiyuki Hirano | 2017-09-19 | 1 | -0/+13 |
* | Fix replacing a singular attachment | George Claghorn | 2017-08-29 | 1 | -0/+25 |
* | Encode Content-Disposition filenames according to RFC 2231 | George Claghorn | 2017-08-21 | 2 | -1/+33 |
* | DRY | George Claghorn | 2017-08-20 | 1 | -1/+1 |
* | Rename ActiveStorage::Filename#extname to extension_with_delimiter | George Claghorn | 2017-08-20 | 1 | -0/+18 |
* | Add missing test for Blob#purge | Jon Moss | 2017-08-17 | 1 | -0/+7 |
* | Move test to its proper place | George Claghorn | 2017-08-14 | 1 | -0/+38 |
* | Should escape regexp wildcard character `.` | Koichi ITO | 2017-08-14 | 1 | -2/+2 |
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 3 | -0/+6 |
* | Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H... | Isaac Betesh | 2017-08-11 | 1 | -1/+7 |
* | Run Active Storage tests in CI (#30144) | George Claghorn | 2017-08-10 | 1 | -7/+0 |
* | Fix ruby warnings | yuuji.yaginuma | 2017-08-05 | 1 | -3/+3 |
* | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58' | Rafael Mendonça França | 2017-07-31 | 3 | -0/+198 |