RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: app xRails 2.3 x
App Templates in Rails 2.3
Episode #148Feb 09, 200950 comments

App Templates in Rails 2.3

In Rails 2.3 you can provide a template when generating a new Rails application. See how in this episode. (11 minutes)
Rack Middleware
Episode #151Mar 02, 200966 comments

Rack Middleware

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. (12 minutes)