Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 1 | -0/+35 |
* | Add a foreign-key constraint to the attachments table for blobs | George Claghorn | 2018-07-19 | 1 | -1/+1 |
* | Test removing attachments via #attach | George Claghorn | 2018-07-16 | 1 | -4/+27 |
* | Clear attachment changes on reload | George Claghorn | 2018-07-13 | 1 | -0/+8 |
* | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes | George Claghorn | 2018-07-13 | 1 | -20/+65 |
* | Fix that detaching could purge | George Claghorn | 2018-07-13 | 1 | -0/+15 |
* | Fix analyzing new blobs from uploaded files on attach | George Claghorn | 2018-07-13 | 1 | -0/+58 |
* | Raise an ArgumentError instead of a RuntimeError | George Claghorn | 2018-07-08 | 1 | -1/+1 |
* | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 1 | -0/+329 |