Pretend Generations
To get an idea of what a rails generate
command is going to to generate, you can do a dry run with the -p
flag or the --pretend
flag. If you run
then you will see the following output
though those files will not have actually been created. You now know precisely what rails will generate for you.
Last updated