The document discusses migrating from Rails 2 to Rails 3. Key changes include a new router, explicit dependency management with Bundler, assets pipeline, jQuery as default JavaScript library, reversible migrations, faster development mode, new routing engine, and automatic query explains. The migration process involves installing Rails 3, running an upgrade checker, backing up the app, generating a new Rails 3 app in the same directory, and installing dependencies with Bundler.
Related topics: