[12 total ]
jetty_rails at RailsConf 2008

Jeremy Kemper talked about jetty_rails in his keynote at RailsConf 2008. Wow!

In the same keynote, Jeremy also made the official release of Rails 2.1. Unfortunately, I couldn’t go to RailsConf this year, but I hope to be in the ... [More] next!
I’m extremely excited about this. Thanks to Nick Sieger (who talked to Jeremy about jetty_rails) and [...] [Less]

JRuby and autotest (ZenTest)

JRuby 1.1.2 is going to be released (probably) today and it fixes a bug with $~ constants (Regexp.last_match), which made autotest finally work!

jruby -S gem install ZenTest
cd myproject
jruby -S autotest

I’ve previously ... [More] submitted a patch to ZenTest guys. It makes the use of autotest possible with any JRuby 1.x, but now, with JRuby 1.1.2, autotest should [...] [Less]

jetty-rails gem - Simple JRuby On Rails Development with Servlet Containers « Fabio Kung
jetty-rails gem - Simple JRuby On Rails Development with Servlet Containers « Fabio Kung
jetty-rails gem - Simple JRuby On Rails Development with Servlet Containers « Fabio Kung
jetty-rails 0.4 is also jetty-merb « Fabio Kung
jetty-rails 0.4 is also jetty-merb « Fabio Kung
jetty-rails 0.4 is also jetty-merb « Fabio Kung
Merbunity
Merbunity
jetty-rails 0.4 is also jetty-merb

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

jetty-rails gem - Simple JRuby On Rails Development with Servlet Containers

This is the first time I’m writing about it, but jetty-rails is already 0.3!
Most people doing JRuby on Rails development are using JMongrels1 for development and some real Java Application Server in production.
The common flow ... [More] is:

$ jruby script/server
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to [...] [Less]