diff --git a/config/environments/development.rb b/config/environments/development.rb index 2877217f..5a46b909 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -30,6 +30,7 @@ # Store uploaded files on the local file system (see config/storage.yml for options). config.active_storage.service = :local + config.active_storage.variant_processor = :disabled # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false diff --git a/config/environments/production.rb b/config/environments/production.rb index f88db4e6..0c6cea99 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -22,6 +22,7 @@ # Store uploaded files on the local file system (see config/storage.yml for options). config.active_storage.service = :local + config.active_storage.variant_processor = :disabled # Assume all access to the app is happening through a SSL-terminating reverse proxy. # config.assume_ssl = true diff --git a/config/environments/test.rb b/config/environments/test.rb index 37fc1f7b..61480eb8 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -32,6 +32,7 @@ # Store uploaded files on the local file system in a temporary directory. config.active_storage.service = :test + config.active_storage.variant_processor = :disabled # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the