Rails 2.3.2 apparently forgot to rename app/controllers/application.rb to app/controllers/application_controller.rb, so Getting Started with Rails fails with the following error:
uninitialized constant ApplicationController
A simple mv should fix things right up.
Back to flipping out...