Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jruby

Is there a Ruby site like this python.mirocommunity.org (python)?

Developing software for specific MIDI device

java jruby midi decompiling

How can Rubinius and JRuby possibly be this slow?

JRuby with Sinatra on Heroku

ruby heroku sinatra jruby

jruby pass jvm arguments to rake task

jvm rake jruby

How to run Rails3 with JRuby in 1.9 mode on Windows XP?

jruby jrubyonrails

Casting Java Objects From JRuby

casting jruby

JRuby calls the wrong method

java jruby

High performance calculations with Ruby?

Which gems is JRuby Rails using?

ruby-on-rails jruby

Shouldn't having a jit reduce the need for invokeDynamic?

Writing a Jeweler Rakefile that adds dependencies depending on RUBY_ENGINE (ruby or jruby)

ruby rubygems jruby

Tomcat is processing requests for a JRuby on Rails app before app is completely loaded

JRuby "no such file to load"

ruby rubygems jruby bundler

Sinatra Jruby Heroku - jruby: No such file or directory -- trinidad (LoadError)

java maven heroku rubygems jruby

Is returning nil or a boolean at the end of a method more performant than letting Ruby return the result of the last line of code?