We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba9c9 commit 1680fdaCopy full SHA for 1680fda
spec/config/constants.rb
@@ -0,0 +1 @@
1
+VERBS = %i[get post put delete patch].freeze
spec/config/debug.rb
@@ -0,0 +1,5 @@
+load_debugger = ENV.fetch("DEBUG", "false").casecmp("true") == 0
2
+
3
+puts "LOADING DEBUGGER: #{load_debugger}" if load_debugger
4
5
+require "debug" if load_debugger
0 commit comments