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 [...]