George Claghorn
06f8baf73c
Discard ActiveStorage::AnalyzeJobs on ActiveRecord::RecordNotFound
...
Fixes #37305 .
2019-09-28 10:28:21 -04:00
Akira Matsuda
530f7805ed
It may be better to explicitly require 'object/try' where we call try
...
In most cases it works now without explicit require because it's accidentally required through
active_support/core_ext/date_and_time/calculations.rb where we still call `try`,
but that would stop working if we changed the Calculations implementation and remove the require call there.
2019-08-01 18:51:51 +09:00
George Claghorn
d5a2f7ec14
Mirror direct uploads
2019-05-22 15:07:35 -04:00
George Claghorn
ed51351536
Permit sending Active Storage purge and analysis jobs to separate queues
2019-01-01 19:40:59 -05:00
George Claghorn
093d8d3953
Retry ActiveStorage::AnalyzeJobs on download integrity check failures
2018-08-19 01:19:51 -04:00
George Claghorn
fee7fba893
Retry ActiveStorage::PurgeJobs on DB deadlock
2018-07-31 19:29:23 -04:00
Jasper Martin
934fccd522
Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge
...
Do nothing instead of raising an error when it’s called on an attached blob.
2018-07-26 09:24:31 -04:00
George Claghorn
6c45b04a73
Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey
2018-07-20 11:18:37 -04:00
George Claghorn
16f435f931
Discard ActiveStorage::PurgeJobs for missing blobs
2018-07-11 22:09:23 -04:00
George Claghorn
a1735a0dde
Remove overly-broad retry in ActiveStorage::PurgeJob
...
We've never intentionally tripped this retry in production. Add retries for specific errors as needed.
2018-07-11 22:04:42 -04:00
George Claghorn
9ec6736205
Permit configuring Active Storage's job queue
2017-11-03 11:29:21 -04:00
George Claghorn
605484079d
Extract metadata from images and videos
2017-10-22 13:16:59 -04:00
George Claghorn
d3e7dc6f16
Synchronously destroy attachments
2017-08-29 00:02:59 -04:00
Xavier Noria
ae87217382
minor tweaks in Active Storage after a walkthrough
2017-08-15 18:50:46 +02:00
Koichi ITO
d02844f249
Use frozen string literal in Active Storage
2017-08-12 21:43:42 +09:00
Koichi ITO
d90f261562
Fix formatting of Active Storage docs [ci skip]
...
Follow up of #30188 .
2017-08-11 13:15:23 +09:00
Rafael Mendonça França
9330d01ada
Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'
...
git-subtree-dir: activestorage
git-subtree-mainline: 0d58e7e478
git-subtree-split: 3f4a7218a4
2017-07-31 15:21:22 -04:00