Kedar Mhaswade

Avatar
  • Total activity 220
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 81
  • Created

    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...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    (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...
    • 7 followers
    • 12 comments
    • 1 vote
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes