I\'m trying to deploy simple Rails app on glassfish v3 and get the following error: org.jruby.rack.RackInitializationException: Could not find RubyGem activerecord-jdbc-adapter (>= 0)
I suspect that the corporate firewall is preventing gems from getting installed. I have HTTP_PROXY defined and I\'m able to view remote gems via the following command:
I found startling difference in CPU and memory consumption usage. It seems garbage collection is not happening when i run the following nokogiri script
i need a way to run following nokogiri script #parser.rb require \'nokogiri\' def parseit() //... end and call the parseit() while running below main.rb in jruby
I\'m trying to write a script that is executed with the jruby-complete.jar like so: java -cp derby.jar; -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver -jar jruby-complete.jar -S my_script.rb
I just installed jruby-1.4.0 to play around with it.I\'m noticing however that warbler is packaging this by default with my rails deploy.My production uses jruby-complete-1.3.1 (which I\'ve added to m
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is there a way I can explicitly cast one Java object to another Java class from JRuby? Sometimes I want to be able to invoke SomeJavaClass#aMethod(MySuperClass) rather than SomeJavaClass#aMethod(MyCl
I\'m trying to encrypt some data using the Ezcrypto gem in Ruby. Things work perfectly when running under MRI, but I\'m getting strange results when running the same code using JRuby.
I have a an object that I\'d like to grab the contents of in java. The only problem is that is is currently in ruby.