aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/models/attached
Commit message (Expand)AuthorAgeFilesLines
* Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+26
* Mirror direct uploadsGeorge Claghorn2019-05-221-58/+0
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-262-0/+6
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-2/+2
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-262-0/+91
* 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-072-0/+664