I'm using Rails 4.0.0.
I am aware of the commands rails new ...
used to create a Rails project via terminal. Are there methods to do this programmatically?
I want to avoid having code invoke a pop-up terminal as not all users may have Linux.
Possible Solution
Programmatially copy existing base Rails project. Write to new directory.