From f8ec00022bc4832828f2caad38910de4270eb47b Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 4 Aug 2025 11:53:45 -0500 Subject: [PATCH] Flip config.consider_all_requests_local --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 6995eab5b..24fc6c04c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -12,7 +12,7 @@ Rails.application.configure do config.eager_load = false # Show full error reports. - config.consider_all_requests_local = false + config.consider_all_requests_local = true # Enable server timing config.server_timing = true