Kedar Mhaswade

Avatar
  • Total activity 220
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 81
  • 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 ...
    • 4 followers
    • 11 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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. ...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

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

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

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

    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+\-.]...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

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