Kedar Mhaswade
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 81
-
创建于 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... -
创建于 add_index for multiple fields of a model not possible on the same line?
Oh boy, bad timing. Hitting some annoyances at the time I am about to grab the $29 offer on RM.I am coding a little migration after having created it. Imagine the control is in self.up method of th... -
创建于 Ctrl+Shift up/down arrow
I love this feature to move up/down the code-blocks (most frequently, a line of code) within your program.But sometimes, I have observed that instead of moving the code-block as desired, RM resizes... -
创建于 be_success, be_valid spec calls are unresolved?
I find that these and similar rspec calls are unresolved, whereas others (should, should_not) are resolved.Any idea why?Am I missing something? -
创建于 code completion problems with Rails 3?
IMO, Rails 3 makes it a bit harder -- the validators are now hash keys on the generic validates method.e.g. validates :email, :presence => true, :format => {:with => /\A[\w+\-.]... -
创建于 Should "named routes" be resolved?
I have tried searching about it, but couldn't get a definitive answer (other than some references in a 2008 post about Ruby Wishlist).If I have created a Rails route in rountes.rb, (e.g. match '/ho...