aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix referenceGeorge Claghorn2018-05-281-1/+1
* Verify integrity after chunked downloadGeorge Claghorn2018-05-283-2/+11
* Hide Active Storage migration installation task (#33007)utilum2018-05-281-0/+3
* Change video preview format from PNG to JPGJavan Makhmali2018-05-231-3/+2
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-173-7/+12
* Generate getter and setter methods in mixinJosh Susser2018-05-171-2/+2
* 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-164-7/+59
* Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-011-19/+25
* Avoid duplicating downloads from Google Cloud Storage in memoryGeorge Claghorn2018-04-291-2/+2
* Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-291-1/+1
* Merge pull request #31956 from fatkodima/has_attached-presence-validationEileen M. Uchitelle2018-04-271-0/+4
|\
| * has_(one/many)_attached presence validationfatkodima2018-02-111-0/+4
* | Simplify URL generation for partial downloads from GCSGeorge Claghorn2018-04-251-1/+2
* | Flush tempfile after populating itGeorge Claghorn2018-04-231-0/+1
* | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-232-5/+7
|\ \
| * | Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-222-7/+7
| * | Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-182-0/+2
* | | Halve memory allocation in S3Service#downloadJanko Marohnić2018-04-231-1/+1
|/ /
* | Use a current model to provide the host for service urlsAndrew White2018-04-061-4/+7
* | Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-191-2/+2
* | Fix Azure signed URL generation with newer client libGeorge Claghorn2018-03-121-6/+4
* | Remove path config option from Azure serviceAndrew White2018-03-121-6/+10
* | Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-064-28/+74
* | Allow selectively purging attached blobsNicholas Shirley2018-03-062-12/+18
* | 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-052-23/+17
* | Delete dependent attachments with recordGeorge Claghorn2018-03-051-2/+2
* | 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-056-8/+53
* | Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-041-5/+10
* | Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-041-2/+6
* | Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* | Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-261-5/+4
* | Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-1/+1
* | Support varying ICO filesGeorge Claghorn2018-02-241-1/+9
|/
* Correct orientation detectionGeorge Claghorn2018-01-311-1/+1
* Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-311-1/+11
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* Unlink internal tempfiles after useGeorge Claghorn2018-01-262-2/+22
* Add missing requireGeorge Claghorn2018-01-221-3/+5
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-201-2/+6
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-191-15/+35
* Provide a sensible default hostGeorge Claghorn2018-01-161-1/+1
* Extract content types from blob dataGeorge Claghorn2018-01-152-17/+13
* Instrument preview image drawingGeorge Claghorn2018-01-101-3/+5
* Add missing `# frozen_string_literal: true`Ryuta Kamizono2018-01-111-0/+2
* Extract Analyzable and Representable concernsGeorge Claghorn2018-01-102-0/+7