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
Mike Gunderloy 6ef3794013
Support content_type in AzureStorageService#url
Add in the content_type option, which is defined as part of the generic
ActiveStorage::Service class.

Without this option, attempts to generate a URL for an attached file
fail with "ArgumentError (unknown keyword: content_type)"
2017-08-08 09:35:42 -05:00
..
azure_storage_service_test.rb Support content_type in AzureStorageService#url 2017-08-08 09:35:42 -05:00
configurations.yml Rename Azure to AzureStorage (#30057) 2017-08-04 17:57:02 -05:00
configurator_test.rb
disk_service_test.rb Fix ruby warnings 2017-08-05 12:22:39 +09:00
gcs_service_test.rb Fix Style/StringLiterals violations for Active Storage 2017-08-03 03:13:11 +09:00
mirror_service_test.rb
s3_service_test.rb Fix ruby warnings 2017-08-05 12:22:39 +09:00
shared_service_tests.rb