JRuby is an open source, 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. Using idiomatic Ruby syntax, JRuby can consume Java classes and libraries with ease.
54
votes
3answers
11k views
JRuby on Rails vs. Ruby on Rails, what's difference?
I'm looking to try out JRuby and JRuby on Rails. I'm having trouble finding information on what's difference between JRuby on Rails and Ruby on Rails.
What's the differences I need to look out for?
26
votes
7answers
3k views
Does Scala scale better then other JVM languages?
Here is the only way I know to ask it at the moment. As Understand it Scala uses the Java Virtual Machine. I thought Jruby did also. Twitter switched its middleware to Scala. Could they have done ...
25
votes
3answers
3k views
How to make JRuby 1.6 default to Ruby 1.9?
what is the best way to make JRuby to run in 1.9 mode by default?
i.e, I want to run rake test instead of jruby --1.9 -S rake test
Thank you
21
votes
9answers
5k views
SASS implementation for Java?
I'm looking for SASS implementation in Java (could be used with JSP/JSF). For Python I've found CleverCSS, but there is nothing for Java. Anyone heard something about this sort of tool for generating ...
18
votes
4answers
2k views
Can I program for android using any JVM language?
Can I use other JVM languages besides Java (e.g. jruby, jython, clojure) to program for android, or is it java only?
There was a similar question asked over a year ago but I wasn't sure if there'd ...
18
votes
10answers
11k views
Groovy vs Scala [vs JRuby vs Clojure 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 other languages for ...
18
votes
5answers
1k views
What's the difference between Duby and Juby and why would I need either of them?
According to Charles Nutter, Duby is
a static-typed language with Ruby's
syntax and Java's type system. Duby
supports all Ruby's literals, uses
local type inference (only argument
types ...
17
votes
6answers
5k views
Groovy advantages over Jython or Jruby?
Why would I choose to use Groovy when I could use Jython or Jruby? Does the language provide any inherent advantages to make up for the fact that Jython and Jruby skills are applicable to their parent ...
13
votes
5answers
647 views
Is there an advantage to running JRuby if you don't know any Java?
I've heard great things about JRuby and I know you can run it without knowing any Java. My development skills are strong, Java is just not one of the tools I know. It's a massive tool with a myriad of ...
12
votes
4answers
2k views
How to profile JRuby code?
I'd like to profile my JRuby app. For MRI I always use ruby-prof, but I don't think this works on JRuby. I don't want to use a Java-profiler, because it won't give me the ruby line numbers.
Is there ...
12
votes
3answers
836 views
How can I tell if I'm running from JRuby vs. Ruby?
I have a script with a factory method that I would like to return a different implementation of some class depending on whether or not the script is running from JRuby or Ruby. Anyone have any ideas ...
11
votes
1answer
346 views
Implement different stratum for Java Debugger Interface
In the Java Debugger Interface documentation for the Location class, there's a paragraph discussing the "stratum" of the location. I've been looking around a bit for more detail on how one would go ...
11
votes
5answers
2k views
Glassfish in real world
Are there any companies/web-sites that use Glassfish in production? I am new to J2EE and deploy JRuby on Rails alongside a JAX-WS Metro application in Glassfish v3 Prelude. Sometimes the quirks make ...
10
votes
4answers
621 views
jruby on rails scheduling options
I'm using JRuby 1.5.6 on Rails to build myself an application that will periodically go away and retrieve any RSS podcasts that I have subscribed too.
I've chosen JRuby primarily because I'm familiar ...
10
votes
1answer
1k views
Faster RSpec with JRuby
I'm pretty new to the whole JRuby world. I'm using RSpec on a pretty big test suite. I'd like to be able to run the specs frequently but the JVM takes so long to startup it's becoming a real time ...
9
votes
4answers
1k views
Java libraries to manage CSS explosion and or reuse?
Java Q:
I like CSS for simple web pages but loathe it when it comes to real world sites because you get css explosion and lots of repeating.
I am tempted to use Sass and or Compass but they are Ruby ...
9
votes
16answers
2k views
Advantages of Java over Ruby/JRuby
I am learning Java.
I have learned and used Ruby. The Ruby books always tell the advantages of Ruby over Java. But there must be some advantages, that's why lots of people (especially companies) use ...
9
votes
3answers
1k views
Security with Java Scripting (JRuby, Jython, Groovy, BeanShell, etc)
I'm looking to run some un-verified scripts (written in a yet-to-be-determined language, but needs to be Java-based, so JRuby, Groovy, Jython, BeanShell, etc are all candidates). I want these scripts ...
9
votes
6answers
1k views
Is it possible to compile a Rails app to a Java VM JAR file?
Essentially the only thing I can deploy to my deployment machine is a JAR file. I can't install JRuby, nor can I install Glassfish or Tomcat.
Is it possible to package up a Rails application ...
8
votes
4answers
2k views
What does Mirah offer over JRuby,Groovy and Scala?
What does Mirah language offer over JRuby,Groovy and Scala?
8
votes
2answers
632 views
Using JRuby/Jython for Ruby/Python interoperability?
Quite-probably a silly question, as I don't know much about Java/Jython/JRuby/bytecode, but..
I stumbled across _why's unholy again today.. It allows you to output Python bytecode from Ruby code.. ...
7
votes
2answers
479 views
Ruby gui for Desktop apps
After long hours googling around, I'm wondering if there really exists a maintained gui based on Ruby.
Here are the one I checked:
Shoes: I'm not feeling like I could create rock solid platform ...
7
votes
1answer
520 views
JRuby cannot switch to 1.6.2 for this interpreter error rvm
I am trying to configure JRuby using RVM on Ubuntu Linux. I have successfully installed RVM, but when trying to install Jruby, I get the following error:
dlitwak@ubuntu:~$ rvm install jruby-1.6.0
...
7
votes
2answers
1k views
Jruby Gems-in-a-jar issue
I am trying to write some code in ruby (using jruby) to be compiled to java bytecode with jrubyc and deployed to a remote machine where it will be run on the JVM (no ruby available there).
Everything ...
7
votes
2answers
3k views
JRuby: import vs include vs java_import vs include_class
why so many different ways to include Java classes into JRuby? What are the differences? Which one should I use?
7
votes
2answers
1k views
Instructions for setting up IIS and jRuby
Does anyone have clear instruction for setting up jRuby to work with IIS.
Edit:
What I'm looking for is step by step instructions for getting a Ruby on Rails application working on Windows using IIS ...
7
votes
2answers
774 views
Conditional gem dependencies
Is it possible to conditionally set a dependency on a gem at install time? Here's my situation which will hopefully clarify the question.
There is a gem I maintain that depends on the json gem. ...
7
votes
5answers
4k views
Rails Schema creation problem
I am using Jruby and rails 2.2.2. My problem is I have a migration that is not being correctly written to the database schema.
Here is my migration:
class CreateNotes < ActiveRecord::Migration
...
7
votes
5answers
3k views
What's the best way to deploy a JRuby on Rails application to Tomcat?
I'm looking at ways to deploy a Ruby on Rails app (running on JRuby) to a Tomcat instance for testing.
The tomcat instance is running on a Solaris server that I can SSH to. I've looked at using ...
7
votes
4answers
667 views
Which ruby interpreter are you looking forward to?
There are multiple Ruby implementations in the works right now. Which are you looking forward to and why? Do you actively use a non-MRI implementation in production?
Some of the options include:
...
6
votes
1answer
336 views
SL4A vs Ruboto on Android Application Development
I am thinking about creating apps on Android using JRuby (or a suitable variant of Ruby for Android).
According to my research there are two current projects that support Ruby development on Android:
...
6
votes
2answers
271 views
Combining 2 rails apps to a single codebase
Our company started out with a single product, a rails app backed by some java services, then decided they wanted another product that was initially considerably different than the first, but as time ...
6
votes
1answer
251 views
Migrate existing ROR app to GAE
I have managed to run a basic rails app1 on App Engine using:
http://gist.github.com/268192
So, on my basic app2, I install CE, which works fine on local machine.
(communityengine.org)
But, when I ...
6
votes
2answers
358 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 ...
6
votes
3answers
884 views
Use JRuby for Ruby web applications? Is it worth it?
Background: I'm writing a 'standard' (nothing special) web application in Ruby (not Rails) and I need to start thinking about deployment.
So I've been hearing a lot of recommendations to use JRuby to ...
6
votes
2answers
654 views
Anyone tried mixing JavaFx and JRuby?
Has anyone tried mixing JavaFx and JRuby? I've built a desktop JRuby application with a Swing GUI (100% JRuby) and I'm toying with the idea of replacing the GUI with JavaFx for a more slick feel.
...
6
votes
4answers
1k views
Reduce Mongrel Rails Memory Footprint & Increase performance?
My rails sites run Mongrel, I am having a problem with the amount of memory being used. My ruby-bin processes are using up about 66 MB of resident memory. How can I reduce the amount of memory used ...
6
votes
9answers
1k views
Why do so many insist on dragging the JVM into new applications?
For example, I'm running into developers and architects who are scared to death of Rails apps, but love the idea of writing new Grails apps.
From what I've seen, there is a LOT of resource overhead ...
6
votes
3answers
3k views
JRuby vs YARV performance ---notable difference?
I've read that the latest version of the Ruby interpreter (YARV) will have substantial performance improvements due to bytecode compilation. My question is has anyone tried running this against JRuby? ...
6
votes
3answers
253 views
JRuby and Java objects
Please tell me if it is possible to do the following:
create an instance of a specific class in Java
pass it to JRuby to do something with it
continue using the "modified" version in Java
May you ...
5
votes
1answer
147 views
big array manipulation is very slow in ruby
I have the following scenario:
I need to figure out the unique list of ids across a very large set.
So for example, I have 6000 arrays of ids (followers list), each can range in size between 1 and ...
5
votes
0answers
100 views
Trouble using java class within jruby
I'm trying to use Java Opencl from within jruby, but am encountering a problem which I can't solve, even with much google searching.
require 'java'
require 'JOCL-0.1.7.jar'
platforms = ...
5
votes
1answer
175 views
Reference for using ERB templates in a Java app (via JRuby)
I have a legacy Ruby command line tool that uses (user supplied) ERB templates to format data. I am required to rewrite this tool in Java but I need to avoid having everyone rewrite their ERB ...
5
votes
2answers
119 views
Calling ruby from javascript
Is there a way to call a jruby function from javascript, let's say that I need my user interface to be on the browser side.
Note: I'm not using Ruby on Rails
~ Eder QuiƱones
5
votes
1answer
148 views
change java variables from JRuby code?
As title says i whant to change my variables in java from my jruby code
To be more specific i have an integer in my Java code which has no value yet, And i whant with my JRuby code give this variable ...
5
votes
1answer
99 views
Getting access to Object#try
I am trying to obtain access to Object#try in ruby.
I thought that just including activesupport would do the trick, but it doesn't.
irb(main):001:0> require 'rubygems'
=> true
...
5
votes
3answers
300 views
dev_appserver.rb cannot start after rubygems update on Ubuntu 10.04
I had rubygems 1.3.5 (or 1.3.6?) installed and then made a sudo gem update after a long while again. Some gems complained they needed a newer gems version. Because sudo gem update --system is ...
5
votes
2answers
513 views
JRuby OpenSSL Error
I am having problems configuring JRuby to work properly with OpenSSL. Googling has revealed that this is a pretty common occurence, but none of the solutions I've read have worked for me. Here is my ...
5
votes
3answers
661 views
Getting started programming in dynamic languages in Android ((J)Ruby, Clojure…)
I've been looking around, and I can't seem to find any definitive answer or headway that seems "up to date". I've seen some interesting projects like Mirah (formerly Duby), and am looking into it a ...
5
votes
3answers
1k 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 ...