This guide covers Rails integration with Rack and interfacing with other Rack components. After reading this guide, you will know: How to use Rack Middlewares in your Rails applications. Action Pack's internal Middleware stack. How to define a custom Middleware stack. This guide assumes a working knowledge of Rack protocol and Rack concepts such as middlewares, URL maps, and Rack::Builder. 1 Intro
{{#tags}}- {{label}}
{{/tags}}