Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 为什么Ruby版本2.7.1p83和rails 6.0.3.5在下面的ApplicationController代码中说config.action\u dispatch为nil?_Ruby On Rails_Ruby_Ruby On Rails 6 - Fatal编程技术网

Ruby on rails 为什么Ruby版本2.7.1p83和rails 6.0.3.5在下面的ApplicationController代码中说config.action\u dispatch为nil?

Ruby on rails 为什么Ruby版本2.7.1p83和rails 6.0.3.5在下面的ApplicationController代码中说config.action\u dispatch为nil?,ruby-on-rails,ruby,ruby-on-rails-6,Ruby On Rails,Ruby,Ruby On Rails 6,为什么Ruby版本2.7.1p83和rails 6.0.3.5在下面的ApplicationController代码中说config.action\u dispatch为nil class ApplicationController < ActionController::Base config.action_dispatch.default_headers.clear #a catch-all way # either the above one or the below

为什么Ruby版本2.7.1p83和rails 6.0.3.5在下面的ApplicationController代码中说config.action\u dispatch为nil

class ApplicationController < ActionController::Base
  config.action_dispatch.default_headers.clear #a catch-all way
  # either the above one or the below 
  config.action_dispatch.default_headers = { #specifically iframe
    'X-Frame-Options' => 'ALLOWALL'
  }
end
更完整的错误消息包括:

Puma caught this error: undefined method `default_headers' for nil:NilClass (NoMethodError)
/home/davysouthernboy/Dropbox/Templates/Rails/mturk_external_hit/app/controllers/application_controller.rb:2:in `<class:ApplicationController>'
/home/davysouthernboy/Dropbox/Templates/Rails/mturk_external_hit/app/controllers/application_controller.rb:1:in `<main>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:26:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/engine.rb:50:in `block (2 levels) in <class:Engine>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:71:in `class_eval'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:71:in `block in execute_hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:61:in `with_execution_control'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:66:in `execute_hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:51:in `each'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/content.rb:132:in `<main>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/engine.rb:47:in `block (2 levels) in <class:Engine>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:428:in `instance_exec'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:428:in `block in make_lambda'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:200:in `block (2 levels) in halting'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:605:in `block (2 levels) in default_terminator'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:604:in `catch'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:604:in `block in default_terminator'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:201:in `block in halting'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `block in invoke_before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `each'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `invoke_before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:134:in `run_callbacks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:119:in `complete!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:76:in `ensure in block in run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:76:in `block in run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:70:in `tap'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:70:in `run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/executor.rb:12:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/static.rb:126:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/host_authorization.rb:82:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/webpacker-4.3.0/lib/webpacker/dev_server_proxy.rb:23:in `perform_request'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-proxy-0.6.5/lib/rack/proxy.rb:57:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.0.3.5/lib/rails/engine.rb:527:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/configuration.rb:228:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:713:in `handle_request'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:472:in `process_client'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:328:in `block in run'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/thread_pool.rb:134:in `block in spawn_thread'
Puma发现了这个错误:nil:NilClass(NoMethodError)的未定义方法“default\u headers”
/home/davysouthernboy/Dropbox/Templates/Rails/mturk\u external\u hit/app/controllers/application\u controller.rb:2:in`'
/home/davysouthernboy/Dropbox/Templates/Rails/mturk\u external\u hit/app/controllers/application\u controller.rb:1:in`'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:23:in'require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:23:'block-in-require\u with\u-bootsnap\u lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/loaded\u features\u index.rb:92:在“寄存器”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:22:in'require\u with\u bootsnap\u lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:31:in'require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:26:in“require”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action\u text/engine.rb:50:在“块(两个级别)中”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/lazy\u load\u hooks.rb:71:in'class\u eval'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u-support/lazy\u-load\u-hooks.rb:71:in`block in-in-execute\u-hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/lazy\u load\u hooks.rb:61:in`with_execution\u control'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u-support/lazy\u-load\u-hooks.rb:66:in'execute\u-hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/lazy\u load\u hooks.rb:52:“运行中的块加载\u hooks”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/lazy\u load\u hooks.rb:51:in“each”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/lazy\u load\u hooks.rb:51:in“run\u load\u hooks”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action\u text/content.rb:132:in`'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:23:in'require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:23:'block-in-require\u with\u-bootsnap\u lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/loaded\u features\u index.rb:92:在“寄存器”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:22:in'require\u with\u bootsnap\u lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load\u path\u cache/core\u ext/kernel\u require.rb:31:in'require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34:in“require”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action\u text/engine.rb:47:在“块(两个级别)中”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:428:in'instance\u exec'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:428:在“make\u lambda”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:200:在“停止中的块(2级)”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u-support/callbacks.rb:605:in“块(2个级别)中的默认\u终止符”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:604:in'catch'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u-support/callbacks.rb:604:in`block in default\u-terminator'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:201:在“停止中的块”中
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:513:in'block in invoke\u before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:513:in'each'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:513:in'invoke\u before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/callbacks.rb:134:in“run\u callbacks”
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u support/execution\u wrapper.rb:119:in'complete!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active\u-support/execution\u-wrapper.rb:76:in `确保在块中运行!'
/家庭/戴维
Puma caught this error: undefined method `default_headers' for nil:NilClass (NoMethodError)
/home/davysouthernboy/Dropbox/Templates/Rails/mturk_external_hit/app/controllers/application_controller.rb:2:in `<class:ApplicationController>'
/home/davysouthernboy/Dropbox/Templates/Rails/mturk_external_hit/app/controllers/application_controller.rb:1:in `<main>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:26:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/engine.rb:50:in `block (2 levels) in <class:Engine>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:71:in `class_eval'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:71:in `block in execute_hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:61:in `with_execution_control'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:66:in `execute_hook'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:51:in `each'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/content.rb:132:in `<main>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/bootsnap-1.7.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34:in `require'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actiontext-6.0.3.5/lib/action_text/engine.rb:47:in `block (2 levels) in <class:Engine>'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:428:in `instance_exec'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:428:in `block in make_lambda'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:200:in `block (2 levels) in halting'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:605:in `block (2 levels) in default_terminator'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:604:in `catch'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:604:in `block in default_terminator'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:201:in `block in halting'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `block in invoke_before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `each'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:513:in `invoke_before'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/callbacks.rb:134:in `run_callbacks'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:119:in `complete!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:76:in `ensure in block in run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:76:in `block in run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:70:in `tap'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.5/lib/active_support/execution_wrapper.rb:70:in `run!'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/executor.rb:12:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/static.rb:126:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.3.5/lib/action_dispatch/middleware/host_authorization.rb:82:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/webpacker-4.3.0/lib/webpacker/dev_server_proxy.rb:23:in `perform_request'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/rack-proxy-0.6.5/lib/rack/proxy.rb:57:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/railties-6.0.3.5/lib/rails/engine.rb:527:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/configuration.rb:228:in `call'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:713:in `handle_request'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:472:in `process_client'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/server.rb:328:in `block in run'
/home/davysouthernboy/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.7/lib/puma/thread_pool.rb:134:in `block in spawn_thread'