This document provides an overview of new features in Rails 3.1, including HTTP streaming which allows applications to start processing CSS and JavaScript before database requests, improving performance. It discusses middleware that can manipulate response bodies, ActiveRecord identity mapping to improve performance of object lookups, prepared statements for databases, and other features like role-based mass assignment protection and deprecated methods.