Phil Swenson

- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 60
-
Created database plugin
Is it possible to get the IDEA database/sql plugin to work with RubyMine?I would just use IDEA, but I"m on EAP and the Ruby plugin doesn't work with the EAP. -
Created glassfish configuration
Is there a way to pick glassfish or tomcat from the run config in RubyMine (assuming JRuby of course)?? -
Created importing eclipse project - possible to automate?
All but two of our team use eclipse and they check the eclipse projects into VCS. we were looking at writing a script that imports eclipse projects into IJ so that we can sync up with the latest e... -
Created how do i configure for an existing RoR project
If I hit new project and "Ruby on Rails", Ruby Mine createst a new rails app.If I try to point Ruby Mine at an existing project (by creating new project/empty), then it gets confused. I don't thin... -
Created how do i get rid of this warning?
here is some example code IReport report = new Report(url, usedFacts, path, reportSpecification, reportName, reportSize.height, reportSize.width); return report;I split the report int... -
Created svn integration question
If I have a svn repo with a dirctory structure like:trunk /src /test /binI want to do an subversion update without getting the bin dir.... I know I can go to each dir and right... -
Created anyone gotten Maia OSGi going?
Is it worth trying out? how does it compare to eclipse's osgi support? -
Created No ruby plugin for Maia 10369?
Why isn't there a Ruby plugin avail for Maia 10369?Am I doing something wrong? -
Created branching in IDEA
whenever we branch (we use perforce), the branch has it's own directory structure. This means I need to set up a completely new project for this branch. Does IDEA facilitate this in anyway (copy ... -
Created velocity question
I'm using velocity templates in IDEA and have two quesitons.First, is there any documentation on how to use the velocity integration? I can't find any.Second, velocity seems to think my XML file i...