Skip to content
Karol Bucek edited this page Feb 28, 2014 · 8 revisions

JRuby-Rack is available as a Ruby-friendly gem release as well as a standalone Java-Servlet-friendly jar released using Maven, look for the latest version by searching for jruby-rack at http://search.maven.org/ ...

JRuby-Rack gets also bundled when using Warbler, which is available as a Ruby gem (jruby -S gem install warbler) on MRI/JRuby.

Rack

JRuby-Rack is compatible with multiple versions of Rack (1.1 - 1.5). The rack gem is vendored and bundled with our artifacts, but it's rarely used these days. If you use Bundler and/or Warbler the bundled/packaged version will be used, it's only there as a last resort (for an out of the box Rack experience).

JRuby on Rails

JRuby on Rails

Java Servers

Rails Step by Step

Deploying with WebLogic

Understanding the Metal

JRuby Performance Tunning

Concurrency in JRuby

JRuby::Rack Stuff

Releasing

Clone this wiki locally