aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix analyzing new blobs from uploaded files on attachGeorge Claghorn2018-07-133-18/+120
* | Discard ActiveStorage::PurgeJobs for missing blobsGeorge Claghorn2018-07-112-0/+29
* | Remove overly-broad retry in ActiveStorage::PurgeJobGeorge Claghorn2018-07-111-3/+0
* | Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-083-3/+3
* | Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-0722-679/+1049
* | Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-073-16/+25
|/
* Remove vestigial require on ActiveStorage GCSServiceBibek Shrestha2018-07-041-1/+0
* Tweak Previewer::PopplerPDFPreviewer#pdftoppm_exists?utilum2018-06-291-1/+1
* Generate a new key for each service testGeorge Claghorn2018-06-256-20/+20
* Update service.rbishanray2018-06-241-1/+1
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-218-10/+10
* Fix "warning: Net::HTTPResponse#header is obsolete"yuuji.yaginuma2018-06-171-1/+1
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-083-5/+5
* Refactor activestorage/test/models/attached_test.rbbogdanvlviv2018-06-071-19/+21
* Exclude upload time from instrumented preview timeGeorge Claghorn2018-06-031-5/+10
* Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-015-0/+119
|\
| * Ensure reflection_class_for is privateKevin Deisz2018-05-311-12/+13
| * Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-313-2/+74
| * Reflection for attachmentsKevin Deisz2018-05-303-0/+46
* | Remove errant debugger callGeorge Claghorn2018-05-301-1/+0
* | Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-303-10/+20
|/
* Fix referenceGeorge Claghorn2018-05-281-1/+1
* Verify integrity after chunked downloadGeorge Claghorn2018-05-285-3/+24
* Hide Active Storage migration installation task (#33007)utilum2018-05-281-0/+3
* Merge pull request #32968 from utilum/shadowing_outer_variableGeorge Claghorn2018-05-231-8/+6
|\
| * Avoid 2.6 warning: shadowing outer local variable - listutilum2018-05-231-8/+6
* | Enable warnings in all test tasksutilum2018-05-231-6/+6
|/
* Change video preview format from PNG to JPGJavan Makhmali2018-05-233-7/+7
* Merge pull request #32144 from kazu9su/masterGeorge Claghorn2018-05-221-0/+4
|\
| * Add ActiveStorage::Service::DiskService#url_for_direct_upload testtommy2018-03-011-0/+4
* | Disable variant options when false or nil presentJacob Smith2018-05-213-12/+81
* | 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