aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refer to the yielded appDavid Heinemeier Hansson2017-07-241-1/+1
|
* Switch to a single message verifierDavid Heinemeier Hansson2017-07-231-7/+2
| | | | No need for this proliferation
* Fix RuboCop offenses and warningsKoichi ITO2017-07-221-1/+1
|
* Proper requireDavid Heinemeier Hansson2017-07-211-1/+1
|
* Extract variation value objectDavid Heinemeier Hansson2017-07-211-1/+1
|
* Extract routes.rb to engine location for auto configurationDavid Heinemeier Hansson2017-07-201-11/+0
|
* Very incomplete first stabDavid Heinemeier Hansson2017-07-111-23/+36
|
* 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