brainjest
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
Created Debugger "step out" is broken in RM8, why is this not a priority?
https://youtrack.jetbrains.com/issue/RUBY-17581 has not even been acknowledged. -
Created What's the difference betwen file[project_name]:path/* and file:path/* scope specifiers?
`file[project_name]:path/*` is what RM gui creates, the path is relative to project rootbut `file:path/*` seems to be the same -
Created What is the fix target for the editor splitter resizing regression in 8.0?
https://youtrack.jetbrains.com/issue/IDEA-144184https://youtrack.jetbrains.com/issue/IDEA-146892https://youtrack.jetbrains.com/issue/IDEA-147284 -
Created Wasn't focusing on bugs supposed to be the big benefit of the subscription model?
Last EAP was two weeks ago and had no RUBY- fixes. Did you run out of ruby bugs, cause I have maybe around 150 of them? -
Created Is alternating opening a project with 7 and 8 supported?
The use case is trying 8, going back to 7, trying a newer 8 build, ..., untill 8 is stable enough to use. -
-
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...