-
We have many pom.rb files with peculiar code styles, mostly stemming from changing coding conventions over time and improvements in Ruby like the new keyword syntax. There's also unusual indentation a…
-
From zaproxy/zap-extensions#1021, update JRuby to latest version (this requires more changes than just update the library, per comments in https://github.com/zaproxy/zap-extensions/pull/1021#pullreque…
-
Under ruby-1.8.7, the following code works fine.
require 'rubygems'
require 'xmpp4r'
require 'xmpp4r/xhtml'
require 'xmpp4r/roster'
require 'xmpp4r/muc/helper/simplemucclient'
require 'timeout'
re…
-
```
Integrate with JRuby
```
Original issue reported on code.google.com by `alarmnum...@gmail.com` on 21 May 2009 at 10:32
-
Test performance of same hack done with Java and JRuby. Compare, Improve if needed.
ELynx updated
8 years ago
-
Example of code
```
@Test
void deadlock(@TempDir File file) throws InterruptedException {
JanusGraph graph = JanusGraphFactory.open("berkeleyje:" + file.getAbsolutePath());
…
-
This gem does not seem to support JRuby.
I get the following message:
Phantomjs::UnknownPlatform: Could not find an appropriate PhantomJS library for your platform (java :( Please install manually.
-
the current approach is to install the gem into a some directory by setting GEM_HOME
and setting GEM_PATH and add GEM_HOME/bin to the PATH before executing JRuby
to integrate it directly with JRuby t…
-
```
Integrate with JRuby
```
Original issue reported on code.google.com by `alarmnum...@gmail.com` on 21 May 2009 at 10:32
-
This is a big point. This code needs to be as portable as possible!