aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/models
Commit message (Expand)AuthorAgeFilesLines
* Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+26
* Mirror direct uploadsGeorge Claghorn2019-05-222-58/+53
* Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformationsGeorge Claghorn2019-04-211-0/+8
|\
| * normalize the hash of transformationsYi Feng2019-04-201-0/+8
* | Allow ActiveStorage to generate variants of BMP imagesYounes SERRAJ2019-04-211-0/+11
|/
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-5/+5
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-5/+3
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-262-0/+6
* Permit generating variants of TIFF imagesLuciano Sousa2018-12-301-0/+11
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-302-1/+5
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-57/+49
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-2/+2
* Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-272-8/+21
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-33/+1
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-33/+1
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
|/
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-263-2/+93
* 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
* 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
* Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-082-2/+2
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-076-531/+674
* Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-071-14/+19
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-3/+3
* 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-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