aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Flush tempfile after populating itGeorge Claghorn2018-04-231-0/+1
* Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-2310-74/+171
|\
| * Don't swallow LoadError raised for missing libvipsJanko Marohnić2018-04-231-3/+7
| * Add CHANGELOG entryJanko Marohnić2018-04-231-0/+19
| * Recommend using :resize_to_fit after allJanko Marohnić2018-04-235-13/+13
| * Remove warning that image will be loaded into memoryJanko Marohnić2018-04-231-4/+4
| * Show ImageProcessing macros in a dedicated exampleJanko Marohnić2018-04-232-16/+25
| * Ensure result file is deleted on uploading errorsJanko Marohnić2018-04-221-4/+10
| * Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-225-15/+15
| * Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-187-66/+125
* | Halve memory allocation in S3Service#downloadJanko Marohnić2018-04-231-1/+1
|/
* Always exclude JSON root from direct_uploads#create responseJavan Makhmali2018-04-102-1/+24
* Merge pull request #32494 from dixpac/as_fix_outdated_documentation_for_variantsRyuta Kamizono2018-04-082-4/+4
|\
| * Fix leftover references to VariantsController [ci skip]dixpac2018-04-082-4/+4
* | Enable verbose option in ActiveStorageYoshiyuki Hirano2018-04-081-0/+1
|/
* Use a current model to provide the host for service urlsAndrew White2018-04-066-6/+26
* Protect all active storage controllers agains CSRFRafael Mendonça França2018-04-065-5/+11
* fixes a bug in IE11 that broke direct uploadskylekeesling2018-04-062-2/+2
* Flip the order of the after_create callbacksDwight Watson2018-03-273-4/+24
* Remove backported CHANGELOG entry [ci skip]Andrew White2018-03-191-8/+0
* Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-193-3/+11
* Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* Fix Azure signed URL generation with newer client libGeorge Claghorn2018-03-121-6/+4
* Update ASt test services configGeorge Claghorn2018-03-121-0/+0
* Remove path config option from Azure serviceAndrew White2018-03-122-7/+10
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-067-35/+103
* Update test to reflect GCS direct upload header changeGeorge Claghorn2018-03-061-1/+1
* Allow selectively purging attached blobsNicholas Shirley2018-03-063-12/+46
* Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-054-25/+35
* Delete dependent attachments with recordGeorge Claghorn2018-03-053-2/+17
* Correct the ActiveStorage::Service#download_chunk docs [ci skip]George Claghorn2018-03-051-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-0514-55/+66
* Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-042-5/+22
* Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-042-2/+18
* Merge Previews/Variants controller into one Representations controller.Kasper Timm Hansen2018-03-037-100/+74
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* Rebuild activestorage.jsGeorge Claghorn2018-02-281-1/+1
* Handle file checksumming errorsGeorge Claghorn2018-02-281-0/+6
* Clear Blob's type before sending itGeorge Claghorn2018-02-262-2/+2
* Update test to reflect direct upload header changesGeorge Claghorn2018-02-261-1/+1
* Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-262-6/+5
* Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-7/+0
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-252-1/+3
* Support varying ICO filesGeorge Claghorn2018-02-244-2/+21
* Allow S3 tests against buckets in other regionsAndrew White2018-02-212-2/+2
* Hoist update for clarityGeorge Claghorn2018-02-202-8/+8
* Undocument ActiveStorage::IdentificationGeorge Claghorn2018-02-201-1/+1
* Correct Range header syntaxGeorge Claghorn2018-02-201-1/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-1/+8