aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove path config option from Azure serviceAndrew White2018-03-121-1/+0
* | | Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-062-3/+26
* | | Update test to reflect GCS direct upload header changeGeorge Claghorn2018-03-061-1/+1
* | | Allow selectively purging attached blobsNicholas Shirley2018-03-061-0/+28
* | | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-052-2/+18
* | | Delete dependent attachments with recordGeorge Claghorn2018-03-052-0/+15
* | | Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-055-7/+6
* | | Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-041-0/+12
* | | Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-041-0/+12
* | | Merge Previews/Variants controller into one Representations controller.Kasper Timm Hansen2018-03-033-65/+61
| |/ |/|
* | Update test to reflect direct upload header changesGeorge Claghorn2018-02-261-1/+1
* | Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-261-1/+1
* | Support varying ICO filesGeorge Claghorn2018-02-242-0/+11
* | Allow S3 tests against buckets in other regionsAndrew White2018-02-212-2/+2
* | Add ActiveStorage::Blob.unattached scopefatkodima2018-02-121-0/+17
|/
* Fix `blob.service_url` for supports string or nil `:filename` option.Jason Lee2018-02-081-0/+2
* Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....Jason Lee2018-02-011-0/+20
* Correct orientation detectionGeorge Claghorn2018-01-311-2/+2
* Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-312-2/+15
* Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?Shuhei Kitagawa2018-01-291-0/+12
* Eliminate ActiveStorage::Service::MirrorServiceTest#uploadShuhei Kitagawa2018-01-271-16/+16
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-256-24/+24
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-202-0/+9
* Use helper methodGeorge Claghorn2018-01-191-1/+2
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-192-4/+18
* Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-191-4/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1