JRuby is an open-source 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.

learn more… | top users | synonyms

0
votes
1answer
16 views

Update SASS in Netbeans JRuby?

I am using the SCSS-Editor for Netbeans on Windows so that I can edit and compile SCSS files in my projects. SCSS-Editor uses a bundled install of SASS/JRuby, although there is an option to use an ...
1
vote
1answer
19 views

How to call “send” on java object instead of Ruby's builtin “send”?

Ruby objects all have a "send" method, however, I'm trying to use a Java library (netty-tools) which has a 'send' method on one of its interfaces. The usage should be java_obj.send 'some data' but ...
0
votes
0answers
12 views

How to increase JRuby Trinidad pool size?

When I first boot up Trinidad via "jruby -S trinidad" I get the msg: added application to pool, size now = 1 How do I increase the size of this pool in my config/trinidad.yml?
0
votes
0answers
7 views

How to add Jar dependencies for JRuby + Trinidad

I am using JRuby with Trinidad. It seems I am able to get Trinidad to recognize my class, which is "com.x.HttpClient". But it doesn't recognize the JARs this class depends on (the HttpClient ones) ...
0
votes
0answers
15 views

Loading GAMS Java API in JRuby

I'm working on a Java/JRuby project which needs to be able to be able to interact with GAMS. I know we can use the Java API, but I would really like to be able to access it using JRuby if possible, ...
0
votes
0answers
16 views

Rails 2 - Problems running project

I work with JRuby and Rails 3.2 but now I've found I got to work on a project on Rails 2. I know some basic things about Rails 2 like the command jruby ./script/server to start the server instead of ...
0
votes
1answer
14 views

How can Rails have different csrf tokens at different times?

tl;dr In my product, rails seems to have different csrf tokens on different page visits, but I thought that there was only one csrf token per session. Am I misunderstanding how rails' csrf token ...
0
votes
0answers
17 views

JRuby Android App Development [closed]

I am relatively new to the Ruby Language been learning since the past half month about it. I have actually also been assigned a student project to develop an android app so i decided to choose jruby ...
0
votes
1answer
17 views

How to do blocking subscribe using bunny RabbitMQ client?

In java RabbitMQ client I can do (code in ruby): consumer = QueueingConsumer.new(channel); channel.basicConsume(queue_name, true, consumer); consumer.nextDelivery.getBody And then third line ...
0
votes
1answer
18 views

How to add Ruboto path to android sdk?

I am new to Ruboto gem. I am currently working on android with Ruboto. I know android. I have installed the all requirements for Rubuto. I try to created the sample project using following command, $ ...
1
vote
1answer
42 views

Bundler::Git error on app startup (passenger 4, nginx flavor, and jruby 1.7.3 for the app under rvm)

There are many similar questions, but they are rather dated. The error is familiar, but updated now for passenger 4.0.0.2 and jruby 1.7.3. The web application cannot be started, and in the stack ...
1
vote
0answers
14 views

jruby dragonfly gem - “incompatible character encodings: UTF-8 and ASCII-8BIT” when open file with special characters

I'm a newbie in jruby, I'm currently working on a Jruby app that use Dragonfly gem to handle image upload. The problem here is when uploading a zip file (called abc.zip) containing a file name like ...
0
votes
1answer
13 views

How to get postgresql to work with sequel and jruby

require 'sequel' require 'jdbc/postgres' DB = Sequel.connect("jdbc:postgresql://user:pass@domain/database") DB.tables Returns: ....(bla bla bla stack trace bla bla bla).... ...
0
votes
1answer
25 views

Cant find element in clone document

I am using Nokogiri (1.5.9 - java) in JRuby ( 1.6.7.2 ) to copy an XML template and edit it. I'm having problems finding elements in the cloned document. lblock = ...
1
vote
1answer
37 views

Porting a rails4 app from MRI to JRuby with puma, no luck

I'm developing a rails 4.0.0.beta1 app on MRI 2.0.0 and all looks working. I would like to try to run it on JRuby with puma. $ ruby -v jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) ...
1
vote
2answers
50 views

passenger 4.0 standalone not starting when using jruby under rvm

Passenger 4 claims to have support for jruby. When I change into my jruby project directory, execute rvm use jruby and proceed to passenger start it state that the Ruby development headers cannot be ...
1
vote
2answers
25 views

Coerce a ByteArrayInputStream to InputStream

I have some code that does: content = Java::byte[s].new f = tar.read(content, 0, s) content_stream = ByteArrayInputStream.new(content) So far, so good But when I try to use a method that only ...
0
votes
1answer
21 views

Cron automatically detect jruby path and execute ruby script

I've a cron job that is supposed to execute a ruby script but it is failing with: /bin/sh: 1: jruby: not found I know I can set manually jruby location but I want cron to pick automatically as this ...
1
vote
2answers
28 views

Why does jruby-openssl gem have strange folder structure?

From my understanding, a gem's folder structer is supposed to have a folder called lib and inside that folder have a <gem-name>.rb file. However, when I used jruby 1.6.8 and do bundle install ...
0
votes
0answers
26 views

xsl:output method text and relative import doesn't work with Nokogiri Jruby

We were using Nokogiri with Ruby since last 3 months and it was working absolutely fine. Due to some architectural change we are moving to Jruby. We realized that xsl:output method="text" doesn't work ...
0
votes
0answers
15 views

using jruby to manipulate algorithms in weka

how do I begin using jruby with weka, as am new to programming. aim is to manipulate machine learning algorithms in weka using jruby to achieve active learning. for instance active learning with ...
0
votes
0answers
24 views

JRuby Calling Java Methods - TypeError/ConcreteJavaProxy

I am creating a jruby library that has JDI bindings, but when calling a java method, I am getting some weird object inconsistencies that aren't allowing me to call certain methods. new_value ...
0
votes
2answers
30 views

jruby1.6.7+watir+cucumer1.2.1 on win7 can not open ff14.0.1

I installed jruby1.6.7 on win7 and firefox 14.0.1 and run jruby -v is ok and installed below plugin: jgem install activerecord -v='3.0.5' jgem install activerecord-jdbc-adapter -v='1.1.3' jgem ...
0
votes
1answer
13 views

how to tell warbler to not read local rakefile

Is there a way to run warble war in such a way that it will not read the local Rakefile? In other words, I want to be able to have a borken Rakefile, but have it not affect warbler at all.
1
vote
1answer
43 views

jRuby and Rubinius support parallel computing, but what about gems that don't support this?

What I'm trying to understand is, practically speaking, how much benefit do I get from the parallel computing support in jRuby / Rubinius? A lot of ruby libraries keep track of global internal state. ...
0
votes
1answer
18 views

rvideo does not return file's duration

I have a simple rails application that allows uploading video files and I need to get the duration of each file. The last is being unsolved for several days till now... I am using: Ubuntu 13.04 ...
1
vote
0answers
65 views

Encrypted Transfer With Ruby FTPS

I am trying to fetch files from a server using FTPS. I'm able to authenticate but when I try to list/fetch the files, I get a "521 Data connections must be encrypted". Is the Net::FTP module capable ...
0
votes
0answers
18 views

Jruby classCastexception seems to be an issue in the platform (not my code)

I have loaded jruby on a new ec2 instance and it is not happy. In a ruby script that is working on another ec2 instance (with same o/s version and jruby version) but fails on this newly configured ...
0
votes
0answers
51 views

Cucumber not closing IE8 or Chrome on a Windows7 VM

I have a suite of cucumber scripts that execute against our web apps. When I run the scripts against IE8 and Chrome they run fine but when it comes to closing the browser it can't. Here is the ...
0
votes
1answer
34 views

JRuby dont finds Android Platforms

i'am creating a ruboto app with: ruboto gen app --package org.ruboto.example.app_name --with-jruby and i end up with this: Could not find any Android platforms in C:\android\android-sdk/platforms ...
0
votes
1answer
20 views

LoadError (no such file to load — action_controller/routing)

Suddenly I am getting no such file to load -- action_controller/routing my other methods in different controllers are working fine, only this one in create method at respond_to do |format| Here ...
1
vote
3answers
63 views

Get first N characters from string without cutting the whole words

I want to know if there an easy way to get only N symbols from string without cutting the whole words. For example, I have products and products descriptions information. The description length is ...
0
votes
0answers
30 views

gem install bouncy-castle-java for full support

I am getting this warning message on the deployment server, when I start the server or running the console. OpenSSL ASN1/PKey/X509/Netscape/PKCS7 implementation unavailable gem install ...
1
vote
1answer
39 views

String variable coerced into fixnum inside inject (aka reduce) for ruby

The following code has the collector variable "sql" starting off life as a string but then coerced into fixnum. There is no apparent reason for such a conversion. segs=['segment1', 'segment2'] sx=1 ...
0
votes
1answer
41 views

Model paper clips validations errors are not displayed in simple_form

I am using paper_clip and simple_form gems. Unfortunately, it seems that paper clip validations errors are not displayed in my form. I have try several types and syntax of paper_clip content_type ...
0
votes
1answer
26 views

jruby-lint gem installed but no jrlint available?

I've recently started exploring JRuby using Joe Kutner's book "Deploying with JRuby", but I've hit an issue when trying to install the jruby-lint gem. Below is the output from my attempts, including ...
0
votes
0answers
33 views

What exactly “config.assets.debug” setting does?

I have started development of simple rails application. After several hours work I have notices that somehow the deleted css is still applied to the web pages. In order to fix the issue I executed ...
1
vote
1answer
26 views

Unable to run debugger for jruby

I've tried to follow various online references for jruby debugger but it is not working. I've tried following: first change to root (does not work as normal user) then: jruby -S gem install ...
0
votes
1answer
48 views

JRuby: Nokogiri 1.6 Failing To Install & Bundler Attempting To Install Already Met Dependency

I am getting an error on jruby (linux) when installing the "trinidad_diagnostics_extension" gem (though this question is not about trinidad). A chain of dependencies is generating the error: ...
0
votes
1answer
32 views

asset_path - fonts not applied

I am trying to load some additional fonts in my rails application using: Jruby 1.7.3 Rails 3.2.13 The css (its type is css.scss.erb) document is in app/assets/stylesheets/custom/ folder and looks ...
-4
votes
2answers
242 views

How can I write this code in JRuby? [closed]

Java : import java.util.*; import org.scribe.builder.*; import org.scribe.builder.api.*; import org.scribe.model.*; import org.scribe.oauth. JRuby : java_import org.scribe.builder.*; java_import ...
-2
votes
2answers
163 views

How to implement the interface and initialize the object like java in JRuby?

I don't know how to initialize the interface object with the JAVA class in JRuby. In the below code OAuthService is the Interface and ServiceBuilder is the Class Java :: OAuthService service = new ...
0
votes
1answer
56 views

Most performant way to execute JS within a webpage in Ruby (HtmlUnit, Celerity, PhantomJS, CasperJS …)

What's the most performant way to execute JS directly after a HTTP request in JRuby? I know about all the test frameworks like HtmlUnit, Celerity, Capybara + PhantomJS == Poltergeist, CasperJS etc. ...
0
votes
0answers
37 views

“No child processes” when attaching video file with Paperclip FFMPEG

I am trying to attach a video file using "Paperclip FFMPEG" gem and I get the following error: No child processes - No child processes The screen shot below displays more error details: I am ...
0
votes
1answer
63 views

Neo4j doesn't autostart after deploying to heroku

I'm trying to deploy a jruby rails app using the neo4j gem to Heroku. Running locally works fine but when I hit #new (//new) at Heroku's end, I get: NoMethodError (undefined method `reference_node' ...
0
votes
1answer
53 views

undefined method `to_a' for “include Rubeus::Swing\n”:String

I installed rubeus using the command below: jruby -S gem install rubeus bundle install Then when i execute: include Rubeus::Swing I get this error : undefined method `to_a' for "include ...
0
votes
0answers
19 views

Ruby on Rails application on Torquebox on Windows machine causes ESRCH error

I have a ruby on rails web application that I am running on torquebox http server. Recently there has been a lot of Javascript files included in the app and while loading the app in the browser I keep ...
3
votes
2answers
103 views

JRuby: Calling Java Code From A Rack App And Keeping It In Memory

I currently know Java and Ruby, but have never used JRuby. I want to use some RAM- and computation-intensive Java code inside a Rack (sinatra) web application. In particular, this Java code loads ...
0
votes
2answers
73 views

truncate line before and after cariage return (\r) or new line (\n) with ellipses

I have this paragraph (may be I have more than one paragraph) => "On the server side,\n\nmy EJB3 application uses Spring for configuring all sorts of things. So,\n\nmy EJBs all look up various ...
0
votes
1answer
92 views

How to use Compass through JRuby, for embedding in my soft'?

I've to "compile" compass files dynamically in my java soft'. So, following explications found on stackoverflow, I've done these steps : Get JRuby (1.7.3), configure PATH to jruby.jar and binaries ...

1 2 3 4 5 34