Teruki Shinohara

RubyMine is super useful.
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
Teruki Shinohara 创建了一个帖子, 已回答Don'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 创建了一个帖子, 已完成RubyMine 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 创建了一个帖子, `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 进行了评论, -
-
Teruki Shinohara 进行了评论, -
Teruki Shinohara 创建了一个帖子, 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 进行了评论, -
Teruki Shinohara 创建了一个帖子, 已完成`Inspection 'Incorrect call argument count'` is wrong
The screenshot is here. ``` [1] pry(main)> >> Hashie::Mash.new(call_count: -100)=> {"call_count"=>-100} ``` -