We're using IDEA 12 with the RubyMine plugin for our RoR application development. Everything has been going great thus far with one RoR module and multiple web modules; however when we add a second RoR module to our project (i.e /app1 && /app2), all of the pre-definied Rake tasks we've loaded for either no longer are recognized. They are still there, we can use them via command line; but no longer accessable via the rake task menu within the IDE.
I've searched the bugs and forums for a fix to this but not sure if there is one or if anyone else has ran across.
Any help is appreciated. Thanks,
- Tom