Many options can be appended to the
rails new
command.
View them by running
rails new --help
from the command line.
In keeping with both Ruby and Rails’ central aim of
optimizing for developer happiness,
add as many options as you’d like and copy the
resulting command below.
Note: options as of Rails version 7.0.0 used.
🚧
Some common options appear below, but not all options are listed here.