aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a sensible default hostGeorge Claghorn2018-01-165-7/+5
* Extract content types from blob dataGeorge Claghorn2018-01-159-10/+51
* Extract Analyzable and Representable concernsGeorge Claghorn2018-01-103-3/+3
* Allow overriding filename in `Blob#service_url`Rosa Gutierrez2018-01-081-3/+14
* Force content disposition to attachment for specific content typesRosa Gutierrez2018-01-051-0/+9
* Restore support for the -layers transformationGeorge Claghorn2018-01-022-0/+8
* Append extension to tempfile nameGeorge Claghorn2017-12-312-1/+22
* Add support for combined MiniMagick transformationsRobert Glaser2017-12-221-0/+14
* Convert non-web image (e.g. PSD) variants to PNGGeorge Claghorn2017-12-182-9/+19
* Handle invalid signed blob IDs gracefullyGeorge Claghorn2017-12-153-0/+23
* Restrict variants to variable image blobsGeorge Claghorn2017-12-151-0/+6
* Merge pull request #31434 from olivierlacan/boot-feedbackSean Griffin2017-12-141-0/+4
|\
| * Provide instant feedback when booting RailsOlivier Lacan2017-12-131-0/+4
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-4/+0
|/
* Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-081-2/+2
* Fix customizing Content-Type via GCS service URLsGeorge Claghorn2017-12-071-0/+14
* Purge variants with their blobsGeorge Claghorn2017-12-022-1/+26
* Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-1/+1
* Avoid connecting to GCS during app bootGeorge Claghorn2017-11-231-7/+2
* Provide attachment writersGeorge Claghorn2017-11-201-0/+32
* Load 5.2 defaults in ASt dummy appGeorge Claghorn2017-11-201-1/+1
* Fix direct uploads to local serviceGeorge Claghorn2017-11-202-0/+4
* Permit attaching files to new recordsGeorge Claghorn2017-11-191-0/+44
* Fix ASt CI failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-1/+1
* Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-141-0/+26
* Preserve existing metadata when analyzing a blobGeorge Claghorn2017-11-132-2/+27
* Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-061-0/+10
* Extract metadata from images and videosGeorge Claghorn2017-10-228-5/+117
* Use `require_relative` instead of `require` with full path in activestorage/bogdanvlviv2017-10-131-1/+1
* Define path with __dir__ in activestorage/bogdanvlviv2017-10-133-4/+4
* Introduce ActiveStorage::Blob#representationGeorge Claghorn2017-10-122-0/+43
* Replace variation key use with SHA256 of key to prevent long filenameskhall2017-10-051-0/+5
* Fix `test "signed URL generation"` failureRyuta Kamizono2017-09-301-1/+1
* Preview PDFs and videosGeorge Claghorn2017-09-2816-17/+128
* Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-191-0/+13
* Rename activestorage/test/service/configurations.yml to activestorage/test/se...George Claghorn2017-09-111-0/+0
* Fix replacing a singular attachmentGeorge Claghorn2017-08-291-0/+25