RubyMine: Rails server launcher wasn't found in the project

后端 未结 5 1557
醉酒成梦
醉酒成梦 2021-02-02 10:19

After importing an existing project into RubyMine, I encountered \"Rails server launcher wasn\'t found in the project\" when I Run/Edit Configuration.

I\'ve checked thi

5条回答
  •  無奈伤痛
    2021-02-02 10:54

    The easiest way to fix it:

    1. Close project
    2. Remove .idea folder from project folder
    3. Open project

    Bingo!

    NOTE: this workaround seems to no longer work with 2017.2. See RUBY-20144

提交回复
热议问题