前提・実現したいこと
Rails tutorial 第七章でrails testしようとしたところ起動しなかったのでspringstopしたところ
sprいんっが再起動しなくなりました。
発生している問題・エラーメッセージ
Spring was unable to find your config/application.rb file. Your project root was detected at /Users/kubotakouki/Desktop/sample_app, so Spring looked for /Users/kubotakouki/Desktop/sample_app/config/application.rb but it doesn't exist. You can configure the root of your application by setting Spring.application_root in config/spring.rb.
config/spring.rb
%w( .ruby-version .rbenv-vars tmp/restart.txt tmp/caching-dev.txt ).each { |path| Spring.watch(path) }
試したこと
(エラーメッセージにもありますが)config/spring.rbはちゃんと存在しています。
中のソースコードも他の方のgit hubと同じです。
spring start
rails test
bundle exec bin/spring
などしましたが全て上記のエラーメッセージが出ます。
詳しい方いらっしゃいましたら教えて下さい!
補足情報(FW/ツールのバージョンなど)
ruby on rails5 7章
rails 5.1.6
ここにより詳細な情報を記載してください。
タグにつけられているSpringはRailsのものとは異なります。タグははずしてください。
※タグ説明は読まれた方が良いです
すみませんでした。
修正します。
勘違いしているかもしれないので、一応、全文翻訳しました。
〜DeepL翻訳〜
Springはあなたのconfig/application.rbファイルを見つけることができませんでした。プロジェクトのルートは/Users/kubotakouki/Desktop/sample_appで検出されたので、Springは/Users/kubotakouki/Desktop/sample_app/config/application.rbを探しましたが、存在しませんでした。config/spring.rbでSpring.application_rootを設定することで、アプリケーションのルートを設定することができます。
あなたの回答
tips
プレビュー