Rack & Metal
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Rails 2.3 shipped with Rack support and contains a set of middleware libraries which can be used to customize and optimize your Rails application. In this screencast we go over the basics of Rack & Rack Middleware, walk through the Rails Rack stack, and show how to optimize certain actions in your Ra...
|
|
Rack Middleware
Category: Web Development > Ruby On Rails
Posted: 07 Mar 09
Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware
|
|