Skip to content

Instantly share code, notes, and snippets.

@notapatch
Created January 31, 2022 11:21
Show Gist options
  • Save notapatch/19a6bb7ec715f6ee923914d37fdb1806 to your computer and use it in GitHub Desktop.
Save notapatch/19a6bb7ec715f6ee923914d37fdb1806 to your computer and use it in GitHub Desktop.
Rails code generation flags I use

Scaffold

rails g scaffold Post title description
--no-test-framework --no-helper --no-assets --no-controller-specs --no-view-specs  --no-jbuilder

Controller

rails g controller home
--no-test-framework --no-helper --no-assets --no-controller-specs --no-view-specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment