Sha256: 93b3cd5303fb2543a2404c852964534eb5a8f012b92b3b3c94b3cd311d243c77
Contents?: true
Size: 872 Bytes
Versions: 13
Compression:
Stored size: 872 Bytes
Contents
NAME dry_scaffold/dscaffold - 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 Zebra name:string about:text --skip-resourceful ./script/generate dscaffold Kangaroo name:string about:text --skip-formtastic ./script/generate dscaffold Duck name:string about:text _actions:new,create,index,quack ./script/generate dscaffold Parrot name:string about:text _formats:html,xml,yml
Version data entries
13 entries across 13 versions & 6 rubygems