When calling \"rails new\" it is obviously possible to pass some kind of template or setup script via the \"-m\" command line parameter. I found this via https://github.com/
Here is some information you may find useful:
I also found this guide in the Rails source code which isn't linked to from the main Guides page, but may have some useful information for you.
You may also be interested in the source for the default app template methods, which is used when you use rails new
with no -m
option, or this application template I started on a while back that explores some different options.