0
votes
1answer
19 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 …
1
vote
1answer
21 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 …
2
votes
4answers
89 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 …
2
votes
6answers
211 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 …
2
votes
2answers
63 views
JRuby limitations when working with Java Classes
As far as I understand JRuby, it is perfectly possible to use Java class inside JRuby code and vice versa, however, I still don't understand few things.
can JRuby work with Java …
0
votes
3answers
43 views
Is there anything wrong with having a (custom) getId method on a Java object used in JRuby?
I'm a big fan of concise method names, so when our codebase has something like:
Account.getAccountId();
I like to add an alias so that I can just do:
Account.getId();
However …
0
votes
1answer
33 views
Shutdown hook for Rails
Hi all,
I'd like to have some cleanup code run when Rails is shutting down - is that possible? My situation is that I have a few threads in the background (I'm using jruby and cal …
2
votes
3answers
51 views
jruby trim string based on length with ellipses
This is a pretty specific problem, but I'm wondering if anyone would have a brilliant solution. I'm trying to fit a string with a fixed font size in a box of arbitrary size, such …
7
votes
8answers
609 views
Groovy vs Scala [vs JRuby vs Closure vs Jython]
I'm planning to broaden my perspectives in JVM platform, and I've got a dilemma: what should I learn first? Could you please explain, what are the advantages of Groovy, Scala and o …
1
vote
4answers
112 views
How do I find the value of exponent in Ruby?
Consider the equation below:
2 ** n = A
Let us assume A=64.
What is the easiest way to find the value of n?
I am currently using following two approaches
A= 64; n = 1; n+=1 wh …
0
votes
2answers
56 views
JRuby on Rails post data cut short
Hey Guys,
I creating a site in JRuby on Rails (JRuby 1.3.0 ). I am using Tomcat with it also.
I am posting data to the server with a POST form. The post goes ok but is trunca …
1
vote
1answer
36 views
Logging inside threads in a Rails application
I've got a Rails application in which a small number of actions require significant computation time. Rather than going through the complexity of managing these actions as backgrou …
1
vote
2answers
137 views
How to use nokogiri from Jruby on Windows?
Hello, I'm getting the following error when trying to use Nokogiri with Jruby on Windows 7
D:\code\h4>jruby -e "require 'rubygems'; require 'nokogiri'"
D:/jruby-1.3.1/bin/../li …
0
votes
4answers
152 views
java.lang.OutOfMemoryError: Java heap space
while using Jruby, i get this message.
Complete Java stackTrace
java.lang.OutOfMemoryError: Java heap space
how to resolve ?
0
votes
1answer
43 views
App Engine Jruby DataMapper List Property
Hi! How to use list/array as property in DataMapper on Jruby on Google AppEngine?
