Fix activestorage config error
CI / test (3.4.1) (push) Has been cancelled

This commit is contained in:
2026-04-27 17:26:13 +01:00
parent d920cd1494
commit 8cd29793be
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ Railsgoat::Application.configure do
# Rake tasks automatically ignore this option for performance.
config.eager_load = true
config.active_storage.service = :production
# For Rails 4.0+: Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new
+4
View File
@@ -5,3 +5,7 @@ test:
local:
service: Disk
root: <%= Rails.root.join("storage") %>
production:
service: Disk
root: <%= Rails.root.join("storage") %>