前提・実現したいこと
環境構築をすんでrailsのほうを起動させたいのですが、こんなエラーが出てしまい起動ができません。何かが不足していることなのでしょうか?ruby on rails を初めてさわるのでよくわかりません。回答お願いします。
発生している問題・エラー
Traceback (most recent call last): 54: from bin/rails:9:in `<main>' 53: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require' 52: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi' 51: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' 50: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' 49: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' 48: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/commands.rb:18:in `<top (required)>' 47: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/command.rb:46:in `invoke' 46: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/command/base.rb:69:in `perform' 45: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch' 44: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command' 43: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run' 42: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/commands/generate/generate_command.rb:21:in `perform' 41: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/command/actions.rb:15:in `require_application_and_environment!' 40: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/command/actions.rb:28:in `require_environment!' 39: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/application.rb:337:in `require_environment!' 38: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require' 37: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi' 36: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' 35: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' 34: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' 33: from C:/Users/tai/Desktop/sample_app/config/environment.rb:5:in `<top (required)>' 32: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/application.rb:361:in `initialize!' 31: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:60:in `run_initializers' 30: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:205:in `tsort_each' 29: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:226:in `tsort_each' 28: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:347:in `each_strongly_connected_component' 27: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:347:in `call' 26: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:347:in `each' 25: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:349:in `block in each_strongly_connected_component' 24: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:415:in `each_strongly_connected_component_from' 23: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:415:in `call' 22: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:50:in `tsort_each_child' 21: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:50:in `each' 20: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:421:in `block in each_strongly_connected_component_from' 19: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:431:in `each_strongly_connected_component_from' 18: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from' 17: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component' 16: from C:/Ruby25-x64/lib/ruby/2.5.0/tsort.rb:228:in `block in tsort_each' 15: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:61:in `block in run_initializers' 14: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:32:in `run' 13: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/initializable.rb:32:in `instance_exec' 12: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:619:in `block in <class:Engine>' 11: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:619:in `each' 10: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:620:in `block (2 levels) in <class:Engine>' 9: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:662:in `load_config_initializer' 8: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:170:in `instrument' 7: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.2.4.4/lib/rails/engine.rb:663:in `block in load_config_initializer' 6: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:59:in `load' 5: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:59:in `load' 4: from C:/Users/tai/Desktop/sample_app/config/initializers/application_controller_renderer.rb:10:in `<top (required)>' 3: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:59:in `load_missing_constant' 2: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:80:in `rescue in load_missing_constant' 1: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:9:in `without_bootsnap_cache' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:80:in `block in load_missing_constant': uninitialized constant Refile (NameError)
補足情報(FW/ツールのバージョンなど)
rails 5.2.4.1
ruby 2.5.8
あなたの回答
tips
プレビュー