I just wanted to draw some attention to a bug I noticed when first trying to play with Rails 3 by generating a new application.
The short version is that running "rails test-project" will result in an application that doesn't boot properly because it will be named "Test-project" instead of "TestProject" as you might expect.
- Trevor