Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

All run/debug options disabled in RubyMine

I'm running RubyMine on an Ubuntu 12.04 Virtualbox and I can run the rails server fine from the command line. However, all of the run/debug options are completely disabled in RubyMine. I can't even create a new run configuration.

Could this be due to running it on Virtualbox?

like image 884
yiinewbie Avatar asked Aug 15 '12 20:08

yiinewbie


1 Answers

This happened to me and the issue was resolved by following these steps:

  1. Close RubyMine
  2. Delete the .idea folder from your project directory
  3. Re-open RubyMine and open your project directory
  4. RubyMine should auto-detect the existing Rails app and create default launch configurations
like image 120
Jeremy White Avatar answered Sep 21 '22 12:09

Jeremy White