This document provides an overview of the key changes in migrating from Rails 2 to Rails 3. It discusses updates to components like routing, controllers, models and views. Specific changes include moving to RESTful routing, removing deprecated methods like link_to_remote, and adopting unobtrusive JavaScript. Links are provided for additional documentation on routing, controllers, mailers and other