RubyFlow The Ruby and Rails community linklog

Understanding Rack Middleware

Rack middleware is a simple and yet powerful way to plug custom reusable code into not just Rails but virtually any Ruby web application. But wrapping your head around Rack middleware and the way it works can be a daunting task at first. Let’s write some plain ruby to better grasp what’s going on behind the scenes.

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