aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-175-9/+26
* Generate getter and setter methods in mixinJosh Susser2018-05-173-2/+62
* Fix formatting of author credit [ci skip]Ryuta Kamizono2018-05-171-1/+1
* Active storage: Image variant options not correctlucfranken2018-05-171-1/+1
* Remove unused `require "active_support/core_ext/string/filters"`Ryuta Kamizono2018-05-171-2/+0
* Add ActiveStorage::Previewer#tempdirGeorge Claghorn2018-05-161-1/+5
* Add missing block parametersGeorge Claghorn2018-05-162-2/+2
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-168-12/+81
* Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-084-9/+37
* Assert correct response bodyGeorge Claghorn2018-05-031-4/+6
* Stream blobs from diskGeorge Claghorn2018-05-021-2/+13
* Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-013-24/+43
* Avoid duplicating downloads from Google Cloud Storage in memoryGeorge Claghorn2018-04-291-2/+2
* Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-292-4/+4
* Merge pull request #31956 from fatkodima/has_attached-presence-validationEileen M. Uchitelle2018-04-272-0/+34
|\
| * has_(one/many)_attached presence validationfatkodima2018-02-112-0/+34
* | Move #extract_metadata_from to ActiveStorage's TestHelperRicardo Díaz2018-04-253-10/+4
* | Simplify URL generation for partial downloads from GCSGeorge Claghorn2018-04-251-1/+2
* | Unminify activestorage.jsJavan Makhmali2018-04-256-1386/+1093
* | 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