aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+7
* Permit sending Active Storage purge and analysis jobs to separate queuesGeorge Claghorn2019-01-012-2/+16
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Permit generating variants of TIFF imagesLuciano Sousa2018-12-301-0/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-68/+44
* Fix `ArgumentError` when uploading to amazon s3Hiroki Sanpei2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-277-22/+58
* Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-211-0/+1
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-1/+4
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-1/+4
* | Configure Active Storage route prefixChris Bisnett2018-09-142-0/+2
|/
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-231-5/+7
* Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...George Claghorn2018-08-231-13/+7
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-231-7/+13
* Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-215-18/+72
* Document all Active Storage error classes [ci skip]George Claghorn2018-08-101-0/+8
* Add a generic base class for Active Storage exceptionsGeorge Claghorn2018-08-101-4/+7
* Extract transformersGeorge Claghorn2018-08-104-0/+127
* Camelize instead of classifyingGeorge Claghorn2018-08-061-1/+1
* Improve ActiveStorage service adapter error handlingJoel Taylor2018-08-061-1/+3
* Fix uploading Tempfiles to Azure StorageGeorge Claghorn2018-08-031-1/+1
* Remove another unused requireGeorge Claghorn2018-08-021-2/+0
* Remove unused requireGeorge Claghorn2018-08-011-2/+0
* Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* Update ActiveStorage::Previewer docsGeorge Claghorn2018-07-291-2/+2
* Log streaming downloadsGeorge Claghorn2018-07-261-0/+2
* Remove unused attributeGeorge Claghorn2018-07-212-5/+5
* Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-171-0/+4
* Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-161-1/+11
* Support HTTP Range downloads from diskGeorge Claghorn2018-07-151-4/+4
* Clear attachment changes on reloadGeorge Claghorn2018-07-131-0/+4
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-135-38/+30
* Fix that detaching could purgeGeorge Claghorn2018-07-132-2/+2
* Fix analyzing new blobs from uploaded files on attachGeorge Claghorn2018-07-131-18/+4
* Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-081-1/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-0712-138/+326
* Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-071-2/+2
* Remove vestigial require on ActiveStorage GCSServiceBibek Shrestha2018-07-041-1/+0
* Tweak Previewer::PopplerPDFPreviewer#pdftoppm_exists?utilum2018-06-291-1/+1
* Update service.rbishanray2018-06-241-1/+1
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-213-2/+2
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-082-3/+3
* Exclude upload time from instrumented preview timeGeorge Claghorn2018-06-031-5/+10
* Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-013-0/+85
|\
| * Ensure reflection_class_for is privateKevin Deisz2018-05-311-12/+13
| * Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-312-0/+72
| * Reflection for attachmentsKevin Deisz2018-05-301-0/+12
* | Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-301-5/+1
|/
* Fix referenceGeorge Claghorn2018-05-281-1/+1