1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/service
Andrew White 9436c22e2a
Use a current model to provide the host for service urls
Trying to pass the current request down to the service so that it can
create full urls instead of paths makes the API messy so use a model
based on ActiveSupport::CurrentAttributes to provide the current host
to services that need it (primarily the disk service).
2018-04-06 20:07:52 +01:00
..
azure_storage_service_test.rb Fix test "signed URL generation" failure 2017-09-30 05:48:23 +09:00
configurations.example.yml Remove path config option from Azure service 2018-03-12 17:39:58 +00:00
configurations.yml.enc Update ASt test services config 2018-03-12 19:00:54 -04:00
configurator_test.rb Generate root-relative paths in Active Storage disk service URL methods 2018-03-05 11:54:43 -05:00
disk_service_test.rb Use a current model to provide the host for service urls 2018-04-06 20:07:52 +01:00
gcs_service_test.rb Avoid specifying content types for direct uploads to Google Cloud Storage 2018-02-26 12:00:24 -05:00
mirror_service_test.rb Eliminate ActiveStorage::Service::MirrorServiceTest#upload 2018-01-27 05:43:17 -05:00
s3_service_test.rb Allow full use of the AWS S3 SDK authentication options (#32270) 2018-03-19 15:25:40 +00:00
shared_service_tests.rb Generate root-relative paths in Active Storage disk service URL methods 2018-03-05 11:54:43 -05:00