RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Webmachine v0.3.0 released

Webmachine for Ruby version 0.3.0 is now available on RubyGems. gem install webmachine to get it!

Webmachine is a toolkit for easily building well-behaved HTTP applications. Webmachine is neither a framework nor a Rails plugin, but a different way to think about constructing web applications. It makes you focus on what the resources of your application are rather than what they do. It also lets you easily add advanced HTTP behavior when you want it, simply by implementing a method or two.

0.3.0 introduces some new features, refactorings, and now has 100% documentation coverage! Among the new features are minimal Rack compatibility, streaming responses via Fibers and a friendlier route definition syntax.

Comments

This seems like perfect candidate for event machine to make it truly concurrent

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in