Kedar Mhaswade

Avatar
  • Total activity 220
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 81
  • 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
  • Created

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

    copyright plugin for RM?

    Is there a copyright plugin for RM?(This plugin would add copyright text to the source code).Regards,Kedar
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

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

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

    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 followers
    • 5 comments
    • 1 vote