Skip to content

Instantly share code, notes, and snippets.

View notapatch's full-sized avatar

Julian Richard Wigley notapatch

View GitHub Profile
@notapatch
notapatch / script.md
Created January 31, 2022 11:21
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