Teruki Shinohara
RubyMine is super useful.
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Don't insert line breaks to when cases
AnsweredIs 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 ... -
Created RubyMine Gem Manager doesn't detect installed gems in [project root]/.bundle
CompletedHi, 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... -
Edited `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... -
Created 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 -
Created `Inspection 'Incorrect call argument count'` is wrong
CompletedThe screenshot is here. ``` [1] pry(main)> >> Hashie::Mash.new(call_count: -100)=> {"call_count"=>-100} ``` -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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