aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/attached/changes
Commit message (Expand)AuthorAgeFilesLines
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-261-0/+1
* Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-171-0/+4
* Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-161-1/+11
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-132-0/+7
* Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-081-1/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-075-0/+145