Rails Generators - App Creation
I have recently been getting back into some Rails development so I’ve decided to make a short series of reference blogs on common generators.
Note: you can list Rails generators with the following command.
rails -h

To the right, you will have a basic explanation of what each flag does, however, it is my hope through this blog I can provide a little more…