summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-21 21:09:11 -0400
committerDavid Gay <david@davidgay.org>2021-04-21 21:09:11 -0400
commitfb2f3c043ce8bf13626b3fb18d86aa398000c899 (patch)
treef27dce56405ae579fcb9a350ac364d16a4f1ef55
parentd55de4f9fc4776b1d857a466ce89d808514589fe (diff)
Configure Rack::MiniProfiler
-rw-r--r--config/environments/development.rb3
1 files changed, 3 insertions, 0 deletions
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