aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
...
* Remove another unused requireGeorge Claghorn2018-08-021-2/+0
* Remove unused requireGeorge Claghorn2018-08-011-2/+0
* Retry ActiveStorage::PurgeJobs on DB deadlockGeorge Claghorn2018-07-311-0/+1
* Guard against missing blobs caused by concurrent purgesGeorge Claghorn2018-07-301-3/+3
* Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* Update ActiveStorage::Previewer docsGeorge Claghorn2018-07-291-2/+2
* Clarify conditionGeorge Claghorn2018-07-271-1/+1
* Fix directly uploading zero-byte filesGeorge Claghorn2018-07-272-2/+2
* Log streaming downloadsGeorge Claghorn2018-07-261-0/+2
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-265-3/+95
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | Remove unused attributeGeorge Claghorn2018-07-212-5/+5
* | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKeyGeorge Claghorn2018-07-202-1/+11
* | Test that ActiveStorage::Blob#purge fails when attachments existGeorge Claghorn2018-07-201-0/+8
* | Add a foreign-key constraint to the attachments table for blobsGeorge Claghorn2018-07-193-2/+3
* | 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
* | Remove unnecessary tapGeorge Claghorn2018-07-171-10/+8
* | Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-172-0/+40
* | Correct test nameGeorge Claghorn2018-07-161-1/+1
* | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-162-27/+22
* | Test removing attachments via #attachGeorge Claghorn2018-07-162-12/+59
* | Restore inadvertently-removed fallbackGeorge Claghorn2018-07-152-1/+8
* | Support HTTP Range downloads from diskGeorge Claghorn2018-07-153-20/+30
* | Clear attachment changes on reloadGeorge Claghorn2018-07-133-0/+20
* | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-137-67/+183
* | Fix that detaching could purgeGeorge Claghorn2018-07-134-2/+34
* | 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