Rails 3 bug with application generator

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.

https://rails.lighthouseapp.com/projects/8994/tickets/3556-app_generator-should-disallow-or-fix-invalid-app_const

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