0
votes
1answer
46 views
what do these ruby warnings mean ?
cqq.rb:96 **warning: Statement not reached.**
/root/newpackage/lib.rb:727 **warning: instance variable @object not initialized**
Error: Your application used more memory than the …
1
vote
4answers
55 views
How do I unmarshal a ruby object in java?
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.
irb(main):050:0> blah
=> "BAh7ByIeYXV0aGVudGljYXRpb25fc3R …
0
votes
1answer
13 views
How to register a JDBC driver using jruby-complete.jar?
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 …
0
votes
1answer
23 views
Error: Your application used more memory than the safety cap of 500m. Specify -J-Xmx####m to increase it (#### = cap size in MB). Specify -w for full OutOfMemoryError stack trace
i was running a jruby something.rb script and suddenly it throws this
Error: Your application used more memory than the safety cap of 500m.
Specify -J-Xmx####m to increase it (## …
0
votes
1answer
14 views
jruby 1.4 webrick logs in rails
I just upgraded jruby to 1.4 and I notice when I run my rails app that I get all kinds of logging spam now. Has anyone had experience with this?
I'm not sure if it's a jruby th …
5
votes
6answers
151 views
What’s the difference between Ruby and JRuby?
Can anyone please provide me in layman's terms the difference between developing a JRuby and a Ruby, Rails application?
I use NetBeans as my Ruby on Rails IDE and every-time I cre …
0
votes
1answer
25 views
Why doesn’t JRuby script.rb > out.txt capture Java errors?
JRuby script.rb throws many Java errors.
I tried outputting to a text file, but only the output from the script itself is recorded. I need to capture all the errors that happen, a …
0
votes
1answer
14 views
ezcrypto not encrypting consistently in JRuby (MRI is fine)
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 …
0
votes
1answer
48 views
Cucumber and/or RSpec with pure Java application using JRuby
After doing some stuff in Ruby on Rails with Cucumber, RSpec and Ruby BDD in general, comming back to JUnit in my Java apps feels like incredible pain to me. I just love the conven …
2
votes
2answers
59 views
Ruby parser in Java
The project I'm doing is written in Java and parsers source code files. (Java src up to now). Now I'd like to enable parsing Ruby code as well.
Therefore I am looking for a parser …
3
votes
5answers
116 views
Is JRuby a viable alternative to the MRI for Rails development?
Hey peeps.
I am a beginner-verging-on-intermediate rails developer that is working hard to improve my skills.
I am a little confused about the state of JRuby, and whether it is …
1
vote
3answers
52 views
loading JRuby classes from Java by Class.forName
Hello,
I have following class in Java code:
public class CHRTreeCreator extends IndexCreator { ... }
Instead CHRTreeCreator I want to use diffrent implementation which also ext …
0
votes
1answer
28 views
JRuby Community Support
We are exercising various technology or framework options to develop our new portal or web-application on elearning. So the favourites on the list are (not in any specific order)
1 …
0
votes
1answer
12 views
How to initialize the SQLite3 JDBC driver in JRuby?
How do you access SQLite3 via JDBC without using active record?
2
votes
6answers
235 views
recommendation for choosing a new web development stack
I work in a medium to small team ( 10 people ) developing and supporting several web enterprise applications.
We have a dozen of them built with a house-made framework with asp-c …
