aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/attached
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-5/+12
* Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-1/+1
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-261-0/+1
* Remove unused attributeGeorge Claghorn2018-07-211-2/+2
* 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
* Clear attachment changes on reloadGeorge Claghorn2018-07-131-0/+4
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-134-18/+30
* Fix that detaching could purgeGeorge Claghorn2018-07-132-2/+2
* Fix analyzing new blobs from uploaded files on attachGeorge Claghorn2018-07-131-18/+4
* Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-081-1/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-0710-136/+319
* Reflection for attachmentsKevin Deisz2018-05-301-0/+12
* Generate getter and setter methods in mixinJosh Susser2018-05-171-2/+2
* 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
* | Allow selectively purging attached blobsNicholas Shirley2018-03-062-12/+18
* | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-052-23/+17
* | Delete dependent attachments with recordGeorge Claghorn2018-03-051-2/+2
* | 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
|/
* Change Active Storage destroy callbackskami-zh2018-01-091-2/+2
* Fix attaching blobs to optimistically-locked recordsGeorge Claghorn2018-01-081-2/+2
* Provide attachment writersGeorge Claghorn2017-11-201-0/+8
* Permit attaching files to new recordsGeorge Claghorn2017-11-192-5/+9
* Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-142-7/+14
* Extract metadata from images and videosGeorge Claghorn2017-10-221-1/+5
* Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-191-0/+6
* Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-172-2/+2
* RefactorGeorge Claghorn2017-08-291-12/+10
* Fix replacing a singular attachmentGeorge Claghorn2017-08-292-4/+22
* Update Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-301-1/+1
* minor tweaks in Active Storage after a walkthroughXavier Noria2017-08-151-1/+1
* Use frozen string literal in Active StorageKoichi ITO2017-08-123-0/+6
* Merge pull request #30147 from yhirano55/fix_trailing_blank_linesRafael França2017-08-111-1/+0
|\
| * [Active Storage] `rubocop -a --only Layout/TrailingBlankLines`Yoshiyuki Hirano2017-08-092-2/+1
* | Evaluate `@active_storage_attached_#{name}` only onceRyuta Kamizono2017-08-121-12/+8
* | Fix formatting of Active Storage docs [ci skip]yuuji.yaginuma2017-08-112-14/+14
|/
* Merge branch 'master' into ast-moduleDavid Heinemeier Hansson2017-08-051-3/+9
|\
| * Fix ruby warningsyuuji.yaginuma2017-08-051-2/+8
* | `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-043-154/+161
|/
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-313-0/+183