From fb2f3c043ce8bf13626b3fb18d86aa398000c899 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 21:09:11 -0400 Subject: Configure Rack::MiniProfiler --- config/environments/development.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/environments') 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