Teruki Shinohara
RubyMine is super useful.
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Teruki Shinohara created a post, AnsweredDon't insert line breaks to when cases
Is there a way to let rubymine not to insert line breaks to when cases? The "Reformat code" inserts line breaks to when cases. I want to change this code style. ``` # Before reformatting code case ... -
Teruki Shinohara created a post, CompletedRubyMine Gem Manager doesn't detect installed gems in [project root]/.bundle
Hi, Thanks for useful tool! RubyMine Gem Manager always says that `RubyMine has detected that some of the gems required for 'project name' are not installed. Install`. I want to stop this message b... -
Teruki Shinohara created a post, `Navigate > Declaration` opens incorrect file even though I specify absolute path
Hello, RubyMine can not resolve properly some files that have same file name in `app/models/concerns` even though I specify absolute path. In https://github.com/ts-3156/egotter/blob/63af622eecd... -
Teruki Shinohara commented, -
-
Teruki Shinohara commented, -
Teruki Shinohara created a post, On RubyMine #RM-171.4073.18 'rails console' with pry doesn't show anything to 'run window'
Screenshots are here. RubyMine 2017.1.1 EAPBuild #RM-171.4073.18, built on March 31, 2017JRE: 1.8.0_112-release-736-b16 x86_64JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.oMac OS X 10.11.6 -
Teruki Shinohara commented, -
Teruki Shinohara created a post, Completed`Inspection 'Incorrect call argument count'` is wrong
The screenshot is here. ``` [1] pry(main)> >> Hashie::Mash.new(call_count: -100)=> {"call_count"=>-100} ``` -