Teruki Shinohara

RubyMine is super useful.
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
创建于 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 ... -
创建于 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... -
已编辑于 `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... -
创建于 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 -
创建于 `Inspection 'Incorrect call argument count'` is wrong
已完成The screenshot is here. ``` [1] pry(main)> >> Hashie::Mash.new(call_count: -100)=> {"call_count"=>-100} ``` -
创建于 Rubymine7 may or may not be able to find a routing declaration to go
Rubymine7 may or may not be able to find a routing declaration to go.Before, I think rubymine7(or 6?) could find a routing declaration when I point xxx_path(rails routing) literal and use Navigate ... -
创建于 Structure window doesn't work in spec files after updating rubymine from 6.x to 7.x
Structure window doesn't work in spec files after updating rubymine from 6.x to 7.x.When I use rubymine6, structure window show me rspec's examples and I can open it like accordion.But when I use r... -
创建于 Inject Language/Reference doesn't work in string contexts but works in comment contexts
Inject Language/Reference doesn't work in string contexts but works in comment contexts.Could you tell me how to use it in string contexts?For example: # select * from users; <- Manually I can inje... -
创建于 Navigate > Declaration doesn't open a right class declaration
I'm using RubyMine7.0, Rails4.1.5 and ruby2.1.2.When I declarate two classes with same class name but different module name, Navigate > Declaration doesn't open a right class declaration.For exampl... -
创建于 add a new item to "tools > extensions"
I want to add a new item to "tools > extensions".How can I do?Is this document outdated?http://www.jetbrains.com/ruby/webhelp/extensions.html