1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/app
George Claghorn 002684e36e Add ActiveStorage.service_configurations and ActiveStorage.service
* Allow plugins to access the global service and alternative service configs before ActiveStorage::Blob loads.

* Make ActiveStorage.service_configurations the default second argument to ActiveStorage::Service.configure. Plugins that just want to use an alternative service defined in config/storage.yml needn't pass in the config themselves.
2019-03-31 07:46:18 -04:00
..
assets/javascripts Don’t include an undefined X-CSRF-Token header 2018-12-27 12:44:19 -05:00
controllers Revert ensure external redirects are explicitly allowed 2019-01-22 11:40:13 -05:00
javascript/activestorage Don’t include an undefined X-CSRF-Token header 2018-12-27 12:44:19 -05:00
jobs/active_storage Permit sending Active Storage purge and analysis jobs to separate queues 2019-01-01 19:40:59 -05:00
models/active_storage Add ActiveStorage.service_configurations and ActiveStorage.service 2019-03-31 07:46:18 -04:00