Tagged Questions

0
votes
1answer
35 views

Unable to load jars in a Rails app on Glassfish

Hi all, I have a Rails app that I'm trying to deploy onto Glassfish using the Glassfish gem, but it's unable to load the jar files I've written. I've tried passing the jars' path to jruby explicitly …
0
votes
1answer
31 views

Making calls to a ruby lib from a java web app

We have a j2ee/spring/hibernate/tomcat web application already running on production. We are planning to integrate with a 3rd party service(recurly) which provides a ruby client lib. They don't have a …
0
votes
1answer
25 views

How to improve jRuby load time?

I have to wait quite long time (comparing to my friends machines) for executing scripts on jRuby, especially when I'm running rake tasks or tests. I've tried jRuby version 1.3.1 and 1.4.1 with and …
1
vote
4answers
57 views

Which is the best database strategy for a JRuby on Rails + legacy Java code?

We have a medium size Java application that needs some refactoring. We are considering migrating towards JRuby on Rails. Mainly because of the productivity that Ruby on Rails offers and for the many …
2
votes
2answers
39 views

Instantiating a non-static Java Inner Class from JRuby

So given the following java class: class Outer { private int x; public Outer(int x) { this.x = x; } public class Inner { private int y; public Inner(int y) { this.y = y; } public …
1
vote
1answer
64 views

Any tutorial-like articles out there that explain how to use jRuby on Android?

Hi there, I'm planning to perhaps purchase an android phone, and would love to be able to script some simple apps in Ruby on it. I found this article from back in August where the author was able to …
1
vote
0answers
13 views

JRuby and Test::Unit’s assert_raise

I'm having trouble making assert_raise recognize java exceptions. I can do assert_raise(NativeException) { @iter.next } which works fine, but if I try to get more specific java_import …
1
vote
1answer
28 views

What can I leave out when creating an executable JRuby jar ?

I've attached an image of what JRuby.jar contains: http://www.freeimagehosting.net/uploads/fbfd966375.png The problem is that even for simple scripts, the resulting jars have about 8mb. Can you tell …
0
votes
2answers
39 views

Jruby Gem For Heroku

I am trying to deploy a Jruby app on Heroku. Unfortunately, when I try to install gem for Heroku using jruby, I get following error: /proj/jruby-1.3.1/lib/ruby/1.8/mkmf.rb:7: JRuby does not support …
0
votes
4answers
75 views

Would it be feasible to write parts of an application in JRuby?

I'm thinking of refactoring a somewhat large Java based application. There are some parts of it that should be able to run at a pretty decent speed, so I thought about keeping those in pure Java ... …
0
votes
1answer
59 views

JRuby app throws exception in Spring

I am trying to run a JRuby app in Spring. I use Eclipse to run it. But it doesn't compile. Does anybody know what's going on here? Exception in thread "Launcher:/oflaDemo" [INFO] …
0
votes
2answers
22 views

Install Mysql Gem for Ruby along with JRUBY Gem

Hi. I have Jruby gem Mysql installed on my machine. However due to some reason, I had to move to ruby instead of ruby and everything seems to be working fine except that mysql gem for ruby isn't …
4
votes
4answers
264 views

Using embedded Derby with JRuby on Rails.

Attempting to use JRuby 1.2.0 and Rails 2.3.2 with an embedded Derby database. I've copied derbytools.jar and derby.jar to $RUBY_HOME/lib, yet rake db:migrate still gives: The driver encountered an …
1
vote
2answers
33 views

Failing to connect to oracle database

I'm trying to write a jruby script that connects to an oracle database using jdbc. Thusfar I've got: require 'rubygems' require 'jdbc_adapter' require 'active_record' require …
2
votes
2answers
67 views

Using a self-signed certificate

I am just trying to get my head around SSL. I have set up a Jetty server on my localhost, and generated my own certificate using Keytool. Now when I go to https://localhost:8443/ I get the can't …

1 2 3 4 5 12
15 30 50 per page