Sha256: a43e36ae736e72e60779a05452632fadbb4275263cfea98dd3401bc4895e38f3

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

NAME
  dry_scaffold - A Rails scaffold generator that generates DRYer, cleaner, and more useful code.
  
DESCRIPTION
  A replacement for the Rails scaffold generator that generates code that most people end up deleting or rewriting anyway because of the unusable code. The scaffold concept is powerful, but it has more potential than generating messy and almost useless code. The goal with dry_scaffold is to generate DRY, beautiful, and standards compliant code based on common patterns without adding a lot of magic.
  
EXAMPLE
  ./script/generate dry_scaffold ModelName [attribute:type attribute:type] [_actions:new,create,...] [_formats:html,json,...] [--skip-pagination] [--skip-resourceful] [--skip-formtastic] [--skip-views] [--skip-helpers] [--skip-tests] [--include-layout]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grimen-dry_scaffold-0.1.1 generators/USAGE