Kedar Mhaswade

Avatar
  • Total activity 220
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 81
  • Created

    grabbing the focus while debugging?

    I am sure I am missing something basic. I think I have been used to the IDEA behavior where while debugging, when my bp is hit, IDEA grabs the focus from the OS and brings the debugger window in th...
    • 1 follower
    • 3 comments
    • 0 votes
  • Created

    Adding a new dependency in pom.xml

    Environment:Windows 7 Professional. IDEA: 14.0.3, Ultimate Edition 139.1117I can't believe I am having difficulties with this.1. I have a pom.xml that I successfully import as a project in IDEA usi...
    • 1 follower
    • 4 comments
    • 0 votes
  • Created

    Shortcut to convert a single-quoted string to double-quoted one?

    If I have a double-quoted string (in RM 5.0), I do Alt+Enter on it and it provides an option to convert that into single-quoted string. What is the way to do it the other way?
    • 2 followers
    • 0 comments
    • 2 votes
  • Created

    Reloading capabilities should be built in?

    I am trying my hands with a classical Sinatra application. Sinatra does not reload the classes by default and their documentation suggests that one should use rerun gem. I am using it and I think i...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Oracle JDK and OpenJDK differences ...

    When I launch RM (or other JetBrains IDE's) with openjdk on Ubuntu Linux, I get the following message: WARNING: You are launching the IDE using OpenJDK Java runtime.          ITS KNOWN TO HAVE PERF...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    In an action-mailer, exceptions in log while doing some basic edits ...

    I get these exceptions in the log repeatedly: [  47107]  ERROR - currency.PrioritizedFutureTask - JetBrains RubyMine 3.2.4  Build #RM-107.612 [  47107]  ERROR - currency.PrioritizedFutureTask - JD...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Quick navigation from controller to view ...

    Suppose the cursor is inside a method (not the standard action, but something called by standard action like :edit, :new etc.) and I do: View -> Rails ... (Alt+Shift+N) -> View (3rd option), RM pro...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Shift+Alt+N should show partials as well?

    I think I have an enhancement request or a request for instructions :-).Open a Rails model. Shift+Alt+N (or Alt+Shift+N :-) ), choose View. It shows the non-partial views. How to make it show parti...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Inspection on attr_accessor in a Rails model?

    Perhaps this is another it's-just-me incident.I have a Rails model thus: class JobPost < ActiveRecord::Base  # attributes  attr_accessible .... # attributes that are columns in database  attr_acce...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Finding the usages of scope?

    In a certain model Post, I have the following:  scope :mine, lambda {|user_id| where ("user_id = ?", user_id)} which is intended to return me the posts of a certain user. When I highlight :mine and...
    • 2 followers
    • 1 comment
    • 0 votes