search for: rubymodule

Displaying 2 results from an estimated 2 matches for "rubymodule".

2008 Mar 17
10
RSpec and RCov with JRuby
Hi, I am using JRuby (trunk) and wrote a bunch of specifications for my code. Everything works fine so far. Now I am trying to integrate RCov in my test run. I have installed RCov without the C extensions. I tried it with a simple script and it worked (pretty slow, but it doesn?t matter). But when I add the rcov options to my Rake task, RCov is not invoke properly! Rakefile:
2013 Feb 14
4
Struggling with Jruby Rails + jdbc driver
...61:in `map'' from file:/Users/josephli/.rvm/rubies/jruby-1.7.2/lib/jruby.jar!/jruby/java/core_ext/object.rb:22:in `java_import'' from /Users/josephli/.rvm/gems/jruby-1.7.2/gems/activerecord-jdbc-adapter-1.2.7/lib/arjdbc/jdbc/driver.rb:24:in `driver_class'' from org/jruby/RubyModule.java:2291:in `module_eval'' from /Users/josephli/.rvm/gems/jruby-1.7.2/gems/activerecord-jdbc-adapter-1.2.7/lib/arjdbc/jdbc/driver.rb:23:in `driver_class'' from org/jruby/javasupport/JavaObject.java:272:in `synchronized'' from org/jruby/javasupport/JavaProxyMethods.java:90...