multiple rails projects

Hi,

I have 4 projects, 3 of them are rails projects.
root/
  ruby_proj
  rails_proj1
  rails_proj2
  rails_proj3

If I open any of them in rubymine controller/view/test/model navigation works fine, if I open root directory as project in rubymine navigation doesn't work

I also tried to open rails_proj1 and then add other projects as root directories - still doesn't work.

So, my question is do you plan to support multiple projects? Or may be I'm doing smth wrong?

PS: I'm using rubymine-802

0
1 comment

Hello yury,

We do not plan to support multiple projects in RubyMine 1.0. You can either
open rails_proj1 and rails_proj2 in different frames, or use IntelliJ IDEA
and the Ruby plugin to configure a multiple module project and put rails_proj1
and rails_proj2 in separate modules.

I have 4 projects, 3 of them are rails projects.
root/
ruby_proj
rails_proj1
rails_proj2
rails_proj3
If I open any of them in rubymine controller/view/test/model
navigation works fine, if I open root directory as project in rubymine
navigation doesn't work

I also tried to open rails_proj1 and then add other projects as root
directories - still doesn't work.

So, my question is do you plan to support multiple projects? Or may be
I'm doing smth wrong?

PS: I'm using rubymine-802

---
Original message URL:
http://www.jetbrains.net/devnet/message/5234612#5234612

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.