I’ve just released a new version of the jetty-rails gem. Now, you can also run Merb applications inside JRuby and Jetty!
jruby -S gem install jetty-rails cd mymerbapp jruby -S jetty_merb
Unfortunately, it’s blocking my console (ctrl + c doesn’t terminate it). Has anyone suggestions on this?
I’ve also updated the basic documentation, as you can see here.
The Merb support was actually done in JRuby Rack. It was quite simple to support it. Many thanks to Nick Sieger, Dudley Flanders e cia!
Hey, that’s awesome! Nice work.
Good work! Thanks for sharing!