aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Switch to simpler signed_id for blob rather than full GlobalIDDavid Heinemeier Hansson2017-07-231-6/+0
| | | | We don't need to lookup multiple different classes, so no need to use a globalid.
* Switch to a single message verifierDavid Heinemeier Hansson2017-07-231-0/+1
| | | | No need for this proliferation
* Nix more needless requiresDavid Heinemeier Hansson2017-07-221-0/+4
|
* Move models and jobs to the app setupDavid Heinemeier Hansson2017-07-221-0/+2
| | | | Follow engine conventions more closely
* Test actual transformation via controller tooDavid Heinemeier Hansson2017-07-211-0/+6
|
* Extract test helper for image blob fixturesDavid Heinemeier Hansson2017-07-211-0/+6
|
* Fix and test VariantsControllerDavid Heinemeier Hansson2017-07-211-0/+2
|
* Extract variation value objectDavid Heinemeier Hansson2017-07-211-3/+2
|
* Hacky way to mount routes for engine controller testsDavid Heinemeier Hansson2017-07-211-0/+11
|
* Extract routes.rb to engine location for auto configurationDavid Heinemeier Hansson2017-07-201-11/+0
|
* Very incomplete first stabDavid Heinemeier Hansson2017-07-111-0/+3
|
* 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