InfoQ

News

Merb and Rack Roundup: Merb 0.9.3, Merbunity, JRuby-Rack

Posted by Mirko Stocker on May 19, 2008 10:25 AM

Community
Ruby
Topics
Web Frameworks
Tags
Merb,
JRuby,
Ruby on Rails

Merb 0.9.3 has been released recently and marks the next milestone on the road to the significant 1.0 version. It is mostly a bug-fix release, nevertheless, there are some new features:

A few days ago, Merbunity, a community site for Merb users, has been launched. They plan to publish Merb-related news, tutorials and screencasts. There isn't much content available yet, but it might be worth keeping an eye on it.

Merb developer Ezra Zygmuntowicz has also been busy "racking up rails" on his Rails-fork on GitHub. Ezra explains:

So i’ve spent this week hacking on Rails, specifically going spelunking in ActionPack and porting Merb’s rack machinery to rails. I figure that merb is a very nice experimentation ground and decided it was time to give some love back to the framework that inspired merb.
While still not complete, I have made significant headway on racking up rails in my github fork of Rails. I’ve added rack adapters for mongrel, eventedmongrel, thin, ebb and webrick. All of this is controlled via ./script/rackup in a rails app.
Ezra was also able to speed up Rails' request handling and saving some memory by simplifying the code and moving parts out of the big mutex lock around the request processing.

 

Rack's success is also continuing on other fronts: Nick Sieger releasead JRuby-Rack, an adapter that allows any Rack-based application to run in a standard Java servlet container. JRuby-Rack is also included in the latest release of Warbler, a gem to create war files from Rails projects.

1 comment

Reply

Try Menta + JRuby: First Java web framework fully integrated with JRuby by Sergio Oliveira Posted May 20, 2008 6:42 AM
  1. http://wiki.jruby.org/wiki/Mentawai

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.