aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKeyGeorge Claghorn2018-07-201-0/+10
* 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-192-2/+2
* Remove unnecessary tapGeorge Claghorn2018-07-171-10/+8
* Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-171-0/+36
* Correct test nameGeorge Claghorn2018-07-161-1/+1
* Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-161-26/+11
* Test removing attachments via #attachGeorge Claghorn2018-07-162-12/+59
* Restore inadvertently-removed fallbackGeorge Claghorn2018-07-151-0/+6
* Support HTTP Range downloads from diskGeorge Claghorn2018-07-151-2/+11
* Clear attachment changes on reloadGeorge Claghorn2018-07-132-0/+16
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-132-29/+153
* Fix that detaching could purgeGeorge Claghorn2018-07-132-0/+32
* Fix analyzing new blobs from uploaded files on attachGeorge Claghorn2018-07-132-0/+116
* Discard ActiveStorage::PurgeJobs for missing blobsGeorge Claghorn2018-07-111-0/+27
* Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-082-2/+2
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-077-531/+680
* Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-072-14/+23
* Generate a new key for each service testGeorge Claghorn2018-06-256-20/+20
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-3/+3
* Fix "warning: Net::HTTPResponse#header is obsolete"yuuji.yaginuma2018-06-171-1/+1
* Refactor activestorage/test/models/attached_test.rbbogdanvlviv2018-06-071-19/+21
* Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-011-0/+29
|\
| * Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-311-2/+2
| * Reflection for attachmentsKevin Deisz2018-05-301-0/+29
* | Remove errant debugger callGeorge Claghorn2018-05-301-1/+0
* | Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-301-5/+9
|/
* Verify integrity after chunked downloadGeorge Claghorn2018-05-281-1/+11
* Change video preview format from PNG to JPGJavan Makhmali2018-05-232-4/+5
* 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-211-0/+61
* | Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-0/+12
* | Generate getter and setter methods in mixinJosh Susser2018-05-171-0/+54
* | Add ActiveStorage::Blob#openGeorge Claghorn2018-05-161-0/+9
* | Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-082-2/+12
* | Assert correct response bodyGeorge Claghorn2018-05-031-4/+6
* | Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-011-5/+13
* | Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-291-3/+3
* | Merge pull request #31956 from fatkodima/has_attached-presence-validationEileen M. Uchitelle2018-04-271-0/+30
|\ \
| * | has_(one/many)_attached presence validationfatkodima2018-02-111-0/+30
* | | Move #extract_metadata_from to ActiveStorage's TestHelperRicardo Díaz2018-04-253-10/+4
* | | Show ImageProcessing macros in a dedicated exampleJanko Marohnić2018-04-231-3/+13
* | | Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-221-4/+4
* | | Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-182-13/+36
* | | Always exclude JSON root from direct_uploads#create responseJavan Makhmali2018-04-101-0/+23
* | | Use a current model to provide the host for service urlsAndrew White2018-04-063-2/+10
* | | Flip the order of the after_create callbacksDwight Watson2018-03-272-3/+23
* | | Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-191-1/+1
* | | Update ASt test services configGeorge Claghorn2018-03-121-0/+0