brainjest
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created Can multiple projects sharing the same .idea folder be opened at the same time?
if you create a second clone of a repo or a second working dir (git-new-workdir), it would be useful to share .idea bewtween the two and have both open at the same time. Can RM handle this without... -
Created debugging with bundler
If a rails app uses bundler, presumably all debugging sessions started by rubymine, whether rails, rake, rspec, cucumber, should be in the bundle context. However checking "run scripts in the cont... -
Created running a console in the context of a rails debugging session
Does not seem like that's currently possible. The next version is adding debugging to the rails console, but this request is for adding the console to the debugging session.The eval window is kind...