I found this great template for creating a simple rails app
If you don't know what Rails Templates are, they are pretty much a way of generating rails code the way you want it to be generated. For example, you find yourself "always" doing the same thing over and over again to set up your authentication, a template will automat that task for you. This guy created what I think is a pretty good one
http://github.com/hectoregm/groundwork
- The Net Duck


