Kedar Mhaswade
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 81
-
创建于 Scrolling the development log on text?
I find this a bit odd. The server development log tool window -- shouldn't it always scroll to bottom? Since my Rails development.log is being constantly appended to, it seems bad to have to scroll... -
创建于 Look and Feel between RM and IDEA ...
I have installed both IDEA (10.5 CE) and RubyMine 3.2.4 on Linux 10.04, 64-bit.Both of them have Default settings. Both use IDEA 4.5 Default L&F with Andale Mono (12-point) font chosen.Yet, there i... -
创建于 Model -> Migration shortcut?
Say I am editing a Rails model User. I have a related Migration. What is the shortcut so that it opens the migration in editor?Alt+Shift+N (Rails...) only makes viewing the non-migration related th... -
创建于 define_singleton_method is flagged as an unresolved reference?
The inspection reports a valid use of this Object class's method (:define_singleton_method) as invalid. Is that a bug?Thanks,Kedar -
创建于 Ruby Gem Development and RubyMine?
Currently, I can only do a new project based on a new directory or Rails application. If I were to do gem development, I'd expect some assistance from RM, for instance, File-> New Project -> Ruby G... -
创建于 What is my git current_branch ...
When I open a directory as a RubyMine Project and if the Project is under Git (and I configure Git VCS), is it possible for me to just look at the folder root (in Project View) and know the name of... -
创建于 Regarding using a new RubyMine update ...
I just updated RubyMine from 3.2.2 to 3.2.3 by unzipping the .tgz on Linux. I edited the rubymine.sh and rubymine.vmoptions and started RM using rubymine.sh.To my surprise, I had to reenter my lice... -
创建于 Default method name regex?
The default method name regex (failing which, the default method name inspection flags a violation) is: '[_a-z][_a-z0-9]*[!?=]?|\[\]=?' (this is in 3.2.2, #107.446)Thus, if I tried to write a Valu... -
创建于 (Public) Method 'xxx' is never used ...
I am a bit surprised that a "public" (or even protected) method of a class that is not called from the class itself (or the current project) is actually highlighted as being never used. Well, my p... -
创建于 Recognizing gem/module when creating a new class?
Is it possible that RM recognizes the structure of folders when creating a new class (File -> New -> Ruby Class)?For example, I am creating a Ruby Gem and I have a standard gem structure:|-- gem_na...