public
Description: Rack for JRuby and Java appservers
Homepage: http://wiki.jruby.org/wiki/JRuby_Rack
Clone URL: git://github.com/nicksieger/jruby-rack.git

nicksieger's jruby-rack Feed   feed

dudleyf commented on nicksieger/jruby-rack 5 days ago
Comment in a8ec908:

This is actually taking advantage of a recent Merb change to allow disabling all of Merb’s signal handlers, so whenever this trickles out to a Warbler release, you should be able to get rid of that workaround.

fabiokung commented on nicksieger/jruby-rack 5 days ago
Comment in a8ec908:

I’ve done something similar here: http://github.com/fabiokung/jetty-rails/commit/ff7ebbbcadb75c27499c1df93124a089b2ba1a98

rubbish started watching jruby-rack 9 days ago
jruby-rack is at nicksieger/jruby-rack
dudleyf forked jruby-rack 11 days ago
Forked repository is at dudleyf/jruby-rack
soila started watching jruby-rack 13 days ago
jruby-rack is at nicksieger/jruby-rack
jonpliske started watching jruby-rack 15 days ago
jruby-rack is at nicksieger/jruby-rack
kim forked jruby-rack 22 days ago
Forked repository is at kim/jruby-rack
kim forked jruby-rack 27 days ago
Forked repository has since been deleted.
outten45 started watching jruby-rack 28 days ago
jruby-rack is at nicksieger/jruby-rack
nicksieger committed to nicksieger/jruby-rack about 1 month ago

d83607f431ec27a65a723ef42eb30bf72c947d36

Merge branch 'master' into jms

nicksieger committed to nicksieger/jruby-rack about 1 month ago

6ae39542146cfc1a38886b95c4ccf3e046ef1f6b

Change Camping example to use config.ru

fabiokung forked jruby-rack about 1 month ago
Forked repository is at fabiokung/jruby-rack
fabiokung started watching jruby-rack about 1 month ago
jruby-rack is at nicksieger/jruby-rack
klaas1979 started watching jruby-rack about 1 month ago
jruby-rack is at nicksieger/jruby-rack
mikewadhera forked jruby-rack about 1 month ago
Forked repository is at mikewadhera/jruby-rack
mikewadhera started watching jruby-rack about 1 month ago
jruby-rack is at nicksieger/jruby-rack
schmidt started watching jruby-rack about 1 month ago
jruby-rack is at nicksieger/jruby-rack
nicksieger committed to nicksieger/jruby-rack about 1 month ago

a53fcbf08c051365755a90c92f89a93b5295ef68

Merge issue: only need one getRuntime method

nicksieger committed to nicksieger/jruby-rack about 1 month ago

569c966e3e17cce004f46db9cddc39e850a79aca

Add some specs for the MessageDispatcher

nicksieger committed to nicksieger/jruby-rack about 1 month ago

d8129a02d7c751cbf2c262e007a5206508d78740

Fix typo (really should have tested here, but, you know)

nicksieger committed to nicksieger/jruby-rack about 1 month ago

0f3c2ff73920acf6da36c9b0e3b87bae6a1d813d

More progress toward initial working implementation

nicksieger committed to nicksieger/jruby-rack about 1 month ago

1b7416dd09bd739952373fb1e6ee9a2bc101c483

Reshuffle code into separate MessageDispatcher

nicksieger committed to nicksieger/jruby-rack about 1 month ago

6255c494f9c9cdfbdf51b963178f9a9c65713889

Add some documentation to the queue methods

nicksieger committed to nicksieger/jruby-rack about 1 month ago

5a4f99da146ed7871ebec6b6cf22761c33a91e7f

Fleshing out the Ruby side of the queue impl

nicksieger committed to nicksieger/jruby-rack about 1 month ago

63451595cc21eacbde5c14b136c2311fa8ddb551

Add a test for DefaultQueueManager#listen

nicksieger committed to nicksieger/jruby-rack about 1 month ago

329e910a58f62f3775e3fc5accab64c1972f137d

JMS machinery more fleshed out

nicksieger committed to nicksieger/jruby-rack about 1 month ago
bobmcwhirter forked jruby-rack about 1 month ago
Forked repository has since been deleted.
bobmcwhirter started watching jruby-rack about 1 month ago
jruby-rack is at nicksieger/jruby-rack
nicksieger committed to nicksieger/jruby-rack about 1 month ago

f14918ed62cf63b57a34d5452fae49c9d48899d7

Add getRuntime to RackApplication for use by non-web embedded applications