aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Direct uploads for S3David Heinemeier Hansson2017-07-091-1/+2
|
* Instrument and log the servicesDavid Heinemeier Hansson2017-07-091-0/+8
|
* Configure services that reference other servicesJeremy Daer2017-07-081-20/+17
| | | | | | | | * Move service configuration from the Engine to Service * Delegate configuration mechanics to internal Service::Configurator * Delegate service building to the concrete Service classes, allowing them to configure composed services. * Implement for the Mirror service.
* Disk storage: ensure URLs end with the blob filename since some user agents ↵Jeremy Daer2017-07-081-1/+1
| | | | don't respect Content-Disposition filename
* It is an engine (because of tasks) not a railtieDavid Heinemeier Hansson2017-07-071-0/+56