Jun 30, 2026•6 min read•RubyRackRuby on RailsWriting Middleware in RailsUnderstanding Rack middleware and how to configure it in a Rails application.
Jun 2, 2026•11 min read•RubyRackRuby on RailsUnderstanding Rack: The Interface Between Ruby Web Servers and FrameworksLearn why Rack was created, how the Rack protocol works, how middleware fits into the request-response cycle, and build a small Rack application from scratch.