Kedar Mhaswade

Avatar
  • 活动总数 220
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 3
  • 订阅数 81
  • 创建于

    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 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    (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 个关注者
    • 12 条评论
    • 1 票
  • 创建于

    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Toggle between {} and do...end for a block?

    Is there an easy way to toggle between these two representations of a Ruby block in RM?Thanks,Kedar
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    copyright plugin for RM?

    Is there a copyright plugin for RM?(This plugin would add copyright text to the source code).Regards,Kedar
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Rails.root.to_path is flagged as unresolved?

    My Rails console helps me with Rails.root.to<Tab> and identifies to_path, since Rails.root is an instance of the class "Pathname".But RM does not like it and it gets a wavy underline => unresolved ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Should I expect this kind of completion?

    Suppose it's a Rails 3 project and I am coding up a migration. I am in the self.up method and I do:-     change_table :codes do |t|      t.remove_col<Ctrl+Space>and nothing happens. Should I expect...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Including non-project classes/files/symbols "by default"

    When I am doing Ctrl+N (or Ctrl+Alt+N, Ctrl+Alt+Shift+N), I get popup with a little check-box that indicates whether the search is within project or not.It's unchecked by default and if I were to d...
    • 4 个关注者
    • 5 条评论
    • 1 票