LoginSignup
3
0

More than 3 years have passed since last update.

Intellij idea で Railsプロジェクトを認識する

Posted at

課題

Intellij idea で Railsプロジェクトを開く際に、Railsのプロジェクトと認識されない

解決策

Project Structureを開き、moduleを消して、再度取り込む
_2021-01-09_14.30.15.png

認識しない場合は、以下を試す

  • node_modulesディレクトリを削除する
    • webプロジェクトと認識される場合がある
  • vendorディレクトリを削除する
    • Javaのプロジェクトと認識される場合がある

補足

ここでめっちゃ話してた
https://youtrack.jetbrains.com/issue/RUBY-21465

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0