Kedar Mhaswade
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 81
-
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... -
Created 3.1 and rvm, not talking to each other?
I have come to the conclusion that 3.0.1 was much better than 3.1 when it comes to rvm, ruby upgrade through rvm, various gemsets etc.At this point, I am considering that I should just continue to ... -
Created Rails console does not complete?
A few rails console oddities:- I couldn't get it to complete my models. For example, I had defined a model named Patient. I tried to type Pa<Ctrl+Space> -- it did not complete. I had to type Patien... -
Created Idea of "Attaching a gem" in a Rails 3 project?
My understanding is that Rails 3 project uses Gemfile as the mechanism to bundle the application and all its dependencies.Are there cases where one might need the gems other than those listed in Ge... -
Created Unresolved symbols, oh no, not again!
I see following unresolved. Is there a setting to make RM resolve these symbols. Note: It's a Rails 3 project. Standard helpers: link_to, stylesheet_link_tag, all named routes in various partials. ... -
Created 3.1 does not show my current gemset?
This is becoming a very early morning RM troubleshooting session. Sigh.Before that, my environment is: Ubutu 10.04, Oracle JDK 1.6.0_22, rvm head (1.2.6), Ruby 1.9.2 and my own gemset.My project op...