Andy Kriger

Avatar
  • Total activity 99
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 38
  • Created

    IDEA looks terrible

    Answered
    I recently installed IDEA 2018.1 in Ubuntu 18.04 with Java 10. It looks terrible compared to an install I have on a different machine that's running Ubuntu 17.10 and Java 9. The fonts are not alias...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Database query returns immediately?

    I have a database query that creates a temporary table. It usually takes 40 minutes to run in MySQL Workbench. IDEA reports the query completed in 40ms and there's no records in the temporary table...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Ruby 5 plugin release date?

    RubyMine 5 has been released - does anyone know the release date of the Ruby plugin, v5?
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Unable to attach test reporter to test framework or test framework quit unexpectedly

    I am trying to run Ruby Test::Unit tests in IDEA and getting "Unable to attach test reporter to test framework or test framework quit unexpectedly". The tests do run and I can see the console outpu...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Ruby plugin for 11RC?

    I'm not seeing the Ruby plugin in 11RC (111.41). Worked in 11Beta (110.492).
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Running Rake target before Run?

    Is it possible to run Rake targets before executing a Run config?We have a Rake script that creates a war via warble and explodes it. Then we want to launch Tomcat.Tomcat has hooks for Make and Ant...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Cannot deploy warble war

    I am trying to use Tomcat7 from within IDEA, starting it using a war generated by Warbler. Tomcat is starting but failing to deploy the war correctly with error messages like java.io.FileNotFoundEx...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    JRuby and Rails - running app not using changes

    We're running IDEA 10.5.2 w Ruby plugin 3.2.4 - the project is setup with JRuby 1.6.5 and Rails 2.3.14. When we run Rails through IDEA, changes to model and controller files are not loaded automati...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Ant antlib/namespace support?

    Does IDEA9 support Ant antlibs and namespacing?I have a build.xml...<project name="myProject" xmlns:ivy="antlib:org.apache.ivy.ant">    <property name="ivy.jar" value="${basedir}/tools/ivy-2.2.0/iv...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Cannot resolve symbol

    Answered
    I've run into a bizarre problem where IDEA tells me that it cannot resolve symbol for classes within the same package as the class open in the editor. And, if I use Alt-Enter to add an import line,...
    • 11 followers
    • 35 comments
    • 0 votes