| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35412 from abhchand/correctly-load-blob-association | George Claghorn | 2019-02-26 | 1 | -0/+1 |
|\ |
|
| * | [ActiveStorage] Ensure that the `_blob` association is properly loaded when a... | Abhishek Chandrasekhar | 2019-02-26 | 1 | -0/+1 |
* | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
|/ |
|
* | Add missing require to active_storage.rb | Eugene Kenny | 2019-02-20 | 1 | -0/+1 |
* | Delegated path_for to primary in the MirrorService | Abhay Nikam | 2019-02-14 | 1 | -1/+1 |
* | Allow configuring the Azure Storage service with extra client options | garytaylor | 2019-02-04 | 1 | -2/+2 |
* | Merge pull request #35043 from simoleone/activestorage/s3/content-type | Eileen M. Uchitelle | 2019-02-01 | 1 | -2/+2 |
|\ |
|
| * | include the content type when uploading to S3 | Simo Leone | 2019-01-24 | 1 | -2/+2 |
* | | ActiveStorage typo fix. | alkesh26 | 2019-01-31 | 1 | -1/+1 |
* | | Fix usage documentation in VideoAnalyzer | Carlos Ramirez III | 2019-01-28 | 1 | -1/+1 |
|/ |
|
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
* | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 1 | -0/+7 |
* | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 2 | -2/+16 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 1 | -0/+2 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 4 | -68/+44 |
* | Fix `ArgumentError` when uploading to amazon s3 | Hiroki Sanpei | 2018-11-28 | 1 | -1/+1 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 7 | -22/+58 |
* | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 1 | -0/+1 |
* | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 1 | -1/+4 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 1 | -1/+4 |
* | | Configure Active Storage route prefix | Chris Bisnett | 2018-09-14 | 2 | -0/+2 |
|/ |
|
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 1 | -5/+7 |
* | Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-... | George Claghorn | 2018-08-23 | 1 | -13/+7 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 1 | -7/+13 |
* | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 5 | -18/+72 |
* | Document all Active Storage error classes [ci skip] | George Claghorn | 2018-08-10 | 1 | -0/+8 |
* | Add a generic base class for Active Storage exceptions | George Claghorn | 2018-08-10 | 1 | -4/+7 |
* | Extract transformers | George Claghorn | 2018-08-10 | 4 | -0/+127 |
* | Camelize instead of classifying | George Claghorn | 2018-08-06 | 1 | -1/+1 |
* | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 1 | -1/+3 |
* | Fix uploading Tempfiles to Azure Storage | George Claghorn | 2018-08-03 | 1 | -1/+1 |
* | Remove another unused require | George Claghorn | 2018-08-02 | 1 | -2/+0 |
* | Remove unused require | George Claghorn | 2018-08-01 | 1 | -2/+0 |
* | Ignore concurrently-deleted files when deleting by prefix from GCS | George Claghorn | 2018-07-30 | 1 | -1/+7 |
* | Update ActiveStorage::Previewer docs | George Claghorn | 2018-07-29 | 1 | -2/+2 |
* | Log streaming downloads | George Claghorn | 2018-07-26 | 1 | -0/+2 |
* | Remove unused attribute | George Claghorn | 2018-07-21 | 2 | -5/+5 |
* | Fix replacing many attachments via assign and attach | George Claghorn | 2018-07-17 | 1 | -0/+4 |
* | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit... | George Claghorn | 2018-07-16 | 1 | -1/+11 |
* | Support HTTP Range downloads from disk | George Claghorn | 2018-07-15 | 1 | -4/+4 |
* | Clear attachment changes on reload | George Claghorn | 2018-07-13 | 1 | -0/+4 |
* | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes | George Claghorn | 2018-07-13 | 5 | -38/+30 |
* | Fix that detaching could purge | George Claghorn | 2018-07-13 | 2 | -2/+2 |
* | Fix analyzing new blobs from uploaded files on attach | George Claghorn | 2018-07-13 | 1 | -18/+4 |
* | Raise an ArgumentError instead of a RuntimeError | George Claghorn | 2018-07-08 | 1 | -1/+1 |
* | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 12 | -138/+326 |
* | Fix that models can clobber each others' attachment reflections | George Claghorn | 2018-07-07 | 1 | -2/+2 |
* | Remove vestigial require on ActiveStorage GCSService | Bibek Shrestha | 2018-07-04 | 1 | -1/+0 |
* | Tweak Previewer::PopplerPDFPreviewer#pdftoppm_exists? | utilum | 2018-06-29 | 1 | -1/+1 |