diaspora/config/environments
Benjamin Neff ee68da7eeb
Don't eager load active storage in production
We don't use active storage, but eager loading it tries to read the
config/storage.yml, which doesn't exist, because we don't need it.

571b4d5fb9/activestorage/lib/active_storage/engine.rb (L137)
571b4d5fb9/activestorage/app/models/active_storage/blob.rb (L354)

closes #8371
2022-07-21 03:53:47 +02:00
..
development.rb Upgrade to rails 6.1 2022-07-20 21:27:41 +02:00
integration.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
integration1.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
integration2.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
production.rb Don't eager load active storage in production 2022-07-21 03:53:47 +02:00
test.rb Upgrade to rails 6.1 2022-07-20 21:27:41 +02:00