Brian Knorr

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
-
-
Brian Knorr created a post, rspec 2.0.1 doesn't work in IDEA 9.0.3
I am getting the following error when trying to use rspec....please advise:"c:\program files (x86)\jetbrains\intellij idea 9.0.3\jre\jre\bin\java.exe" -Xverify:none -da -Xmx500m -Xss1024k -cp C:\jr... -
-
Brian Knorr created a post, dependencies to other ruby files don't work
I have a JRuby project that has a dependency on ruby files located outside of the content root, and neither setting them as a dependency or on the load path under "module settings" seems to work...... -
Brian Knorr created a post, JRuby require 'java' is marked as error in editor
In any ruby file I create using JRuby as my SDK I always get the editor marking require 'java' as an error, but it runs just fine. Do I have something set up wrong? -
Brian Knorr created a post, no such file to load
I have a JRuby project with two ruby files in the same root directory. One is a unit test and the other is a helper file. When I do a require like this:require 'my_helper'I get the following erro... -
Brian Knorr created a post, running unit tests in JRuby doesn't include Java libraries
I am using JRuby and whenever I run a test it cannot find any of the Java classes I have added as dependencies. Why is this? -
Brian Knorr created a post, Issue when setting jruby as the sdk
Whenever I set jruby as the ruby sdk it loads fine, but whenever I click outside of the ide I get the following popup error:Could not save application settings: The data " ruby 1.8.5 (2007-11-01 re... -