Import an existing Rails application into a RubyMine project

I'm currently having unnecessary problems trying to test RubyMine. My biggest problem is that I cannot find a way to use the existing rails application on my system and convert it to the official RubyMine application so that I can experience all the features of RubyMine.

The only options available to me are either creating a new RubyMine rails project to pull the rails project out of the remote (ww)> ww → or open the previous rails directory (which allows you to edit the rails code, but it does not recognize this directory as a RubyMine project, so I can't use all the advantages that RubyMine has for rails).

Please help me, RubyMine seems promising

This is RubyMine 4 btw.

+7
source share
1 answer

File | Open Directory should create a new RubyMine project from existing sources. I just tried with a new Rails application, and he recognized it as a Rails project, and all functions work the same way as for a new project created with RubyMine.

+6
source

All Articles