So now that Edge Rails got templates ( Thanks to Jeremy ) I just wanted to give a top level overview. Templates are simple ruby files containing DSL for adding plugins/gems/initializers etc. to your freshly created Rails project. To apply the template, you need to provide rails generator with location of the template you wish to apply, using -m option :