Kedar Mhaswade
- 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... -
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... -
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... -
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... -
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... -
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 -
Created copyright plugin for RM?
Is there a copyright plugin for RM?(This plugin would add copyright text to the source code).Regards,Kedar -
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 ... -
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... -
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...