Ruby Mine doesn't like my directory structure
I have a directory structure like this:
root
client/ruby app
server/rails app
root is where my .git directory is. Unfortunately, with this directory structure ruby mine doesn't like it and won't recognize my rails app. And if I create 2 projects with my rails app at the server/rails app level then I will lose my git support in Ruby Mine, right?
Any solutions?
请先登录再写评论。
Hello Phill,
As far as I know you will not lose your git support. But if you open two these projects simultaneously our GIT support may stop working. It is easy to check it..
I tried it and it doesn't work. The reason is that RubyMine doesn't know about git as it's up one level from the project.
Have you configured VCS root in RM | Settings | Version Control?