Search code examples
ruby-on-railsubuntuvirtualboxrubymine

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?


Solution

  • 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