aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/models
Commit message (Expand)AuthorAgeFilesLines
* Verify integrity after chunked downloadGeorge Claghorn2018-05-281-1/+11
* Change video preview format from PNG to JPGJavan Makhmali2018-05-231-2/+2
* 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-081-0/+10
* 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
* | 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-181-12/+35
* | Use a current model to provide the host for service urlsAndrew White2018-04-061-1/+1
* | Flip the order of the after_create callbacksDwight Watson2018-03-271-3/+13
* | Allow selectively purging attached blobsNicholas Shirley2018-03-061-0/+28
* | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-051-2/+16
* | Delete dependent attachments with recordGeorge Claghorn2018-03-051-0/+14
* | Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-052-2/+1
* | 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
* | Support varying ICO filesGeorge Claghorn2018-02-241-0/+11
* | 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
* Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?Shuhei Kitagawa2018-01-291-0/+12
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-253-21/+21
* Extract content types from blob dataGeorge Claghorn2018-01-153-3/+36
* 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-021-0/+8
* Add support for combined MiniMagick transformationsRobert Glaser2017-12-221-0/+14
* Convert non-web image (e.g. PSD) variants to PNGGeorge Claghorn2017-12-181-9/+19
* Restrict variants to variable image blobsGeorge Claghorn2017-12-151-0/+6
* Purge variants with their blobsGeorge Claghorn2017-12-021-1/+9
* Provide attachment writersGeorge Claghorn2017-11-201-0/+32
* 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-131-0/+25
* Extract metadata from images and videosGeorge Claghorn2017-10-221-1/+58
* 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
* Preview PDFs and videosGeorge Claghorn2017-09-282-3/+41
* Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-191-0/+13
* Fix replacing a singular attachmentGeorge Claghorn2017-08-291-0/+25
* Encode Content-Disposition filenames according to RFC 2231George Claghorn2017-08-212-1/+33
* DRYGeorge Claghorn2017-08-201-1/+1
* Rename ActiveStorage::Filename#extname to extension_with_delimiterGeorge Claghorn2017-08-201-0/+18