| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Fix Azure signed URL generation with newer client lib | George Claghorn | 2018-03-12 | 1 | -6/+4 |
* | | | Update ASt test services config | George Claghorn | 2018-03-12 | 1 | -0/+0 |
* | | | Remove path config option from Azure service | Andrew White | 2018-03-12 | 2 | -7/+10 |
* | | | Provide an alternative PDF previewer based on Poppler | Terence Lee | 2018-03-06 | 7 | -35/+103 |
* | | | Update test to reflect GCS direct upload header change | George Claghorn | 2018-03-06 | 1 | -1/+1 |
* | | | Allow selectively purging attached blobs | Nicholas Shirley | 2018-03-06 | 3 | -12/+46 |
* | | | Remove blank Content-Type from GCS direct upload headers | George Claghorn | 2018-03-06 | 1 | -1/+1 |
* | | | Fix purging dependent blobs when attachments aren't loaded | George Claghorn | 2018-03-05 | 4 | -25/+35 |
* | | | Delete dependent attachments with record | George Claghorn | 2018-03-05 | 3 | -2/+17 |
* | | | Correct the ActiveStorage::Service#download_chunk docs [ci skip] | George Claghorn | 2018-03-05 | 1 | -1/+1 |
* | | | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 14 | -55/+66 |
* | | | Handle another case where a blob might be erroneously purged | George Claghorn | 2018-03-04 | 2 | -5/+22 |
* | | | Avoid purging attached blob when replacing it with itself | George Claghorn | 2018-03-04 | 2 | -2/+18 |
* | | | Merge Previews/Variants controller into one Representations controller. | Kasper Timm Hansen | 2018-03-03 | 7 | -100/+74 |
* | | | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 1 | -2/+0 |
| |/
|/| |
|
* | | Rebuild activestorage.js | George Claghorn | 2018-02-28 | 1 | -1/+1 |
* | | Handle file checksumming errors | George Claghorn | 2018-02-28 | 1 | -0/+6 |
* | | Clear Blob's type before sending it | George Claghorn | 2018-02-26 | 2 | -2/+2 |
* | | Update test to reflect direct upload header changes | George Claghorn | 2018-02-26 | 1 | -1/+1 |
* | | Avoid specifying content types for direct uploads to Google Cloud Storage | George Claghorn | 2018-02-26 | 2 | -6/+5 |
* | | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable` | bogdanvlviv | 2018-02-26 | 1 | -7/+0 |
* | | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 2 | -1/+3 |
* | | Support varying ICO files | George Claghorn | 2018-02-24 | 4 | -2/+21 |
* | | Allow S3 tests against buckets in other regions | Andrew White | 2018-02-21 | 2 | -2/+2 |
* | | Hoist update for clarity | George Claghorn | 2018-02-20 | 2 | -8/+8 |
* | | Undocument ActiveStorage::Identification | George Claghorn | 2018-02-20 | 1 | -1/+1 |
* | | Correct Range header syntax | George Claghorn | 2018-02-20 | 1 | -1/+1 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 2 | -1/+8 |
* | | Clean up and consolidate .gitignores | bogdanvlviv | 2018-02-17 | 1 | -7/+6 |
* | | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | | Use require_dependency inside Active Storage | Eugene Kenny | 2018-02-14 | 2 | -3/+9 |
* | | Document MuPDF version requirement | George Claghorn | 2018-02-13 | 1 | -1/+1 |
* | | Add ActiveStorage::Blob.unattached scope | fatkodima | 2018-02-12 | 2 | -0/+19 |
* | | Use full class names when including concerns to avoid collisions | Wojtek Wrona | 2018-02-12 | 1 | -1/+3 |
* | | Add missing require | George Claghorn | 2018-02-11 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #31927 from mrreynolds/patch-2 | Eileen M. Uchitelle | 2018-02-09 | 1 | -0/+8 |
|\ |
|
| * | Document :combine_options | Robert Glaser | 2018-02-08 | 1 | -0/+8 |
* | | Fix `blob.service_url` for supports string or nil `:filename` option. | Jason Lee | 2018-02-08 | 3 | -1/+13 |
|/ |
|
* | Include source code in published activestorage npm package | Richard Macklin | 2018-02-06 | 3 | -3/+13 |
* | Merge pull request #31854 from huacnlee/allow-more-options-for-service-url | George Claghorn | 2018-02-01 | 2 | -2/+23 |
|\ |
|
| * | Allow `ActiveStorage::Blob#service_url` to pass addition options to `service.... | Jason Lee | 2018-02-01 | 2 | -2/+23 |
* | | Use the full class name for the JSON coder, as there may be another | Renaud Chaput | 2018-02-01 | 1 | -1/+1 |
|/ |
|
* | Correct orientation detection | George Claghorn | 2018-01-31 | 2 | -3/+3 |
* | Swap encoded image width and height if angle is 90 or 270 degrees | George Claghorn | 2018-01-31 | 3 | -3/+26 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 3 | -37/+5 |
* | 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 |
* | Unlink internal tempfiles after use | George Claghorn | 2018-01-26 | 2 | -2/+22 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 6 | -24/+24 |
* | Add missing require | George Claghorn | 2018-01-22 | 1 | -3/+5 |