aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/attached/one.rb
Commit message (Expand)AuthorAgeFilesLines
* Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-1/+1
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-131-11/+9
* Fix that detaching could purgeGeorge Claghorn2018-07-131-1/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-071-12/+7
* Merge pull request #31956 from fatkodima/has_attached-presence-validationEileen M. Uchitelle2018-04-271-0/+4
|\
| * has_(one/many)_attached presence validationfatkodima2018-02-111-0/+4
* | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-051-21/+11
* | Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-041-5/+10
* | Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-041-2/+6
|/
* Permit attaching files to new recordsGeorge Claghorn2017-11-191-4/+4
* Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-141-6/+9
* Extract metadata from images and videosGeorge Claghorn2017-10-221-1/+5
* Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-171-1/+1
* RefactorGeorge Claghorn2017-08-291-12/+10
* Fix replacing a singular attachmentGeorge Claghorn2017-08-291-2/+20
* Update Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-301-1/+1
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
* `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-041-47/+49
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-311-0/+56