From 5fdb938b522a14c8f1d1c611a0003ad45850e95f Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 5 Apr 2021 22:11:28 -0400 Subject: Configure Rack::MiniProfiler --- config/environments/development.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index 7a9f6c3..9e80232 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -73,4 +73,7 @@ Rails.application.configure do # Uncomment if you wish to allow Action Cable access from any origin. # config.action_cable.disable_request_forgery_protection = true + + Rack::MiniProfiler.config.position = "bottom-left" + Rack::MiniProfiler.config.start_hidden = true end -- cgit v1.2.3