aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Dir.mktmpdir neatly wraps up tmpdir + joinJeremy Daer2017-07-091-2/+3
|
* Direct uploads for S3David Heinemeier Hansson2017-07-091-0/+22
|
* Instrument and log the servicesDavid Heinemeier Hansson2017-07-091-0/+1
|
* Clarify how a service can build other composed servicesJeremy Daer2017-07-091-3/+2
| | | | | | | | | * Service.build takes the literal YAML config hash for the service and a reference to the Configurator that's doing the building. * Services that compose additional services can use the Configurator to look them up and build them by name. See MirrorService for an example. References #23
* Configure services that reference other servicesJeremy Daer2017-07-081-1/+1
| | | | | | | | * 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.
* Rename from Site to Service now that we're called Active StorageDavid Heinemeier Hansson2017-07-061-2/+2
|
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-061-9/+9
| | | | Yaroslav agreed to hand over the gem name ❤️
* Attached one and manyDavid Heinemeier Hansson2017-07-051-2/+2
|
* Add attachmentsDavid Heinemeier Hansson2017-07-051-1/+9
|
* Rename from ActiveFile to ActiveVault since activefile gem name was takenDavid Heinemeier Hansson2017-07-051-6/+6
|
* Extract create_blob test helperDavid Heinemeier Hansson2017-07-041-0/+8
|
* Use lazy-loaded factory method for site configurationDavid Heinemeier Hansson2017-07-041-1/+1
|
* Download disk blobs with verified URLsDavid Heinemeier Hansson2017-07-031-0/+6
|
* Quote this!David Heinemeier Hansson2017-07-011-4/+6
|
* First sketchingDavid Heinemeier Hansson2017-06-301-0/+4