Kedar Mhaswade
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 81
-
创建于 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 -
创建于 copyright plugin for RM?
Is there a copyright plugin for RM?(This plugin would add copyright text to the source code).Regards,Kedar -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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. ... -
创建于 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...