1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

7 commits

Author SHA1 Message Date
George Claghorn
bb7b8348e6 Remove unused require 2017-07-17 09:19:14 -04:00
George Claghorn
2f15938587 Fix S3 direct upload test 2017-07-16 19:17:18 -04:00
Dino Maric
14e6386b3c Fix regular expression on s3 test URL generation test (#44)
So tests are passing if the bucket name is rails-active storage.
But developers specify their own s3 tests configuration (in my case was
activestorage-test) then this regex fails.

Also the first part is dynamic and based on bucket name and region
2017-07-13 21:54:06 +02:00
David Heinemeier Hansson
a19d943f1d Direct uploads for S3 2017-07-09 18:03:13 +02:00
David Heinemeier Hansson
5bb3f63b31 Test URL generation for S3 and Disk 2017-07-09 17:04:37 +02:00
Jeremy Daer
e5503399c0 Configure services that reference other services
* 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.
2017-07-08 17:27:31 -07:00
David Heinemeier Hansson
35d5bddabc Rename from Site to Service now that we're called Active Storage 2017-07-06 12:22:44 +02:00