LoginSignup
3
1

More than 3 years have passed since last update.

RubymineでRailwaysが表示されなくなった時の対処法

Posted at

対処法

rails newする前にrubymineを開いてプロジェクトを作り始めたのが原因

.ideaディレクトリを削除し、Rubymineを再起動するとRailwaysなどが復活する

$ rm -rf .idea
3
1
2

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
1