Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 3 | -1/+4 |
| | |||||
* | Retry ActiveStorage::AnalyzeJobs on download integrity check failures | George Claghorn | 2018-08-19 | 1 | -0/+2 |
| | |||||
* | Retry ActiveStorage::PurgeJobs on DB deadlock | George Claghorn | 2018-07-31 | 1 | -0/+1 |
| | |||||
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 1 | -1/+1 |
| | | | Do nothing instead of raising an error when it’s called on an attached blob. | ||||
* | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Discard ActiveStorage::PurgeJobs for missing blobs | George Claghorn | 2018-07-11 | 1 | -0/+2 |
| | |||||
* | Remove overly-broad retry in ActiveStorage::PurgeJob | George Claghorn | 2018-07-11 | 1 | -3/+0 |
| | | | | We've never intentionally tripped this retry in production. Add retries for specific errors as needed. | ||||
* | Permit configuring Active Storage's job queue | George Claghorn | 2017-11-03 | 3 | -2/+7 |
| | |||||
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 2 | -1/+9 |
| | |||||
* | Synchronously destroy attachments | George Claghorn | 2017-08-29 | 1 | -3/+3 |
| | |||||
* | minor tweaks in Active Storage after a walkthrough | Xavier Noria | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 1 | -0/+2 |
| | |||||
* | Fix formatting of Active Storage docs [ci skip] | Koichi ITO | 2017-08-11 | 1 | -1/+1 |
| | | | | Follow up of #30188. | ||||
* | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58' | Rafael Mendonça França | 2017-07-31 | 1 | -0/+9 |
git-subtree-dir: activestorage git-subtree-mainline: 0d58e7e478e79c2d6b2a39a4444d2a17a903b2a6 git-subtree-split: 3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58 |