Merb on Rubinius
May 10th, 2008
Now that we have working OpenSSL support, we can run Merb:
fastness ➞ merbinius -a webrick
~ Loaded DEVELOPMENT Environment...
~ Compiling routes...
~ Using 'share-nothing' cookie sessions (4kb limit per client)
~ Using Webrick adapter
~ WEBrick 1.3.1
~ ruby 1.8.6 (05/07/2008) [i686-apple-darwin9.2.2]
~ TCPServer.new(0.0.0.0, 4000)
~ Rack::Handler::WEBrick is mounted on /.
~ WEBrick::HTTPServer#start: pid=61939 port=4000
~ accept: 127.0.0.1:59883
~ Rack::Handler::WEBrick is invoked.
~ Request:
~ Routed to: {:action=>"index", :controller=>"hello"}
~ Params: {"action"=>"index", "controller"=>"hello"}
~ {:after_filters_time=>1.8e-05, :before_filters_time=>3.1e-05,
:dispatch_time=>0.069112, :action_time=>0.068106}
5 Responses Follows
Sorry, comments are closed for this article.

on May 10th, 2008 at 02:50 PM
Huzzah!
on May 10th, 2008 at 03:30 PM
Is it running with DataMapper or you managed to get through ActiveSupport & eval order stuff?
on May 10th, 2008 at 04:00 PM
\m/
on May 10th, 2008 at 05:52 PM
Michael: Right now I’m just using the MySQL driver directly, but I’m going to see if DataMapper works this weekend.
on May 10th, 2008 at 09:23 PM
Sweet; nice job! Glad I could help, even if it was just a bit.