aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/models/active_storage
Commit message (Expand)AuthorAgeFilesLines
* Inline anemic methodsGeorge Claghorn2019-05-151-10/+4
* normalize the hash of transformationsYi Feng2019-04-201-1/+1
* Revert "Add ActiveStorage.service_configurations and ActiveStorage.service"George Claghorn2019-03-311-1/+1
* Add ActiveStorage.service_configurations and ActiveStorage.serviceGeorge Claghorn2019-03-311-1/+1
* Add load hook for ActiveStorage::AttachmentGeorge Claghorn2019-03-282-2/+4
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-4/+5
* Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-244-11/+11
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-3/+13
* Fix minor Active Storage docs typo [ci skip]Adrian Hawrylak2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-272-4/+35
* update activestorage attachment model documentation reflect recent behavior c...Kyle Keesling2018-10-241-3/+2
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-42/+0
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-42/+0
* | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...bogdanvlviv2018-09-161-0/+4
|/
* Fix zero-byte files uploadMarcelo Perini Veloso2018-09-061-1/+5
* Extract transformersGeorge Claghorn2018-08-102-70/+19
* DRY up web image checks in ActiveStorage::VariantGeorge Claghorn2018-08-091-18/+24
* Guard against missing blobs caused by concurrent purgesGeorge Claghorn2018-07-301-3/+3
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-261-0/+1
* Delete attachment before purging blobGeorge Claghorn2018-07-191-2/+2
* Destroy blob record before deleting stored dataGeorge Claghorn2018-07-191-1/+1
* Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip]George Claghorn2018-07-181-5/+5
* Clarify the ActiveStorage::Attachment#purge and #purge_later docsGeorge Claghorn2018-07-181-2/+2
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-072-10/+29
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-212-3/+3
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-081-2/+2
* Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-301-0/+10
* Verify integrity after chunked downloadGeorge Claghorn2018-05-281-0/+2
* Avoid 2.6 warning: shadowing outer local variable - listutilum2018-05-231-8/+6
* Disable variant options when false or nil presentJacob Smith2018-05-211-12/+10
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-2/+2
* Active storage: Image variant options not correctlucfranken2018-05-171-1/+1
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-162-5/+8
* Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-081-7/+10
* Don't swallow LoadError raised for missing libvipsJanko Marohnić2018-04-231-3/+7
* Recommend using :resize_to_fit after allJanko Marohnić2018-04-234-12/+12
* 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-231-13/+12
* Ensure result file is deleted on uploading errorsJanko Marohnić2018-04-221-4/+10
* Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-222-4/+4
* Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-182-52/+86
* Fix leftover references to VariantsController [ci skip]dixpac2018-04-082-4/+4
* Use a current model to provide the host for service urlsAndrew White2018-04-061-0/+5
* Flip the order of the after_create callbacksDwight Watson2018-03-271-1/+1
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-061-4/+3
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-052-38/+7
* Merge Previews/Variants controller into one Representations controller.Kasper Timm Hansen2018-03-031-2/+2
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-0/+2
* Support varying ICO filesGeorge Claghorn2018-02-241-1/+1