| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve existing attachment assignment behavior for upgraded apps | George Claghorn | 2019-07-20 | 1 | -0/+26 |
* | Mirror direct uploads | George Claghorn | 2019-05-22 | 1 | -58/+0 |
* | [ActiveStorage] Ensure that the `_blob` association is properly loaded when a... | Abhishek Chandrasekhar | 2019-02-26 | 2 | -0/+6 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 2 | -0/+91 |
* | Add a foreign-key constraint to the attachments table for blobs | George Claghorn | 2018-07-19 | 2 | -2/+2 |
* | Remove unnecessary tap | George Claghorn | 2018-07-17 | 1 | -10/+8 |
* | Fix replacing many attachments via assign and attach | George Claghorn | 2018-07-17 | 1 | -0/+36 |
* | Correct test name | George Claghorn | 2018-07-16 | 1 | -1/+1 |
* | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit... | George Claghorn | 2018-07-16 | 1 | -26/+11 |
* | Test removing attachments via #attach | George Claghorn | 2018-07-16 | 2 | -12/+59 |
* | Clear attachment changes on reload | George Claghorn | 2018-07-13 | 2 | -0/+16 |
* | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes | George Claghorn | 2018-07-13 | 2 | -29/+153 |
* | Fix that detaching could purge | George Claghorn | 2018-07-13 | 2 | -0/+32 |
* | Fix analyzing new blobs from uploaded files on attach | George Claghorn | 2018-07-13 | 2 | -0/+116 |
* | Raise an ArgumentError instead of a RuntimeError | George Claghorn | 2018-07-08 | 2 | -2/+2 |
* | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 2 | -0/+664 |