Sha256: 50417310ac511f351016a7b7d417f76842af8437e405190db06edbec0868d9a4

Contents?: true

Size: 440 Bytes

Versions: 6

Compression:

Stored size: 440 Bytes

Contents

Description:
    This generator is similar to Rails scaffold.
    It adds some tools to minimize the customization process.
    For example, HTML code is within id elements to ease the CSS part.
    All list have pagination with will_paginate gem.
    Referenced models also have their relations configured in models and views.

Example:
    rails generate mdd:scaffold Model name:string initial_date:date category_id:category:name:belongs

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
mdd-2.0.3 lib/generators/mdd/sandbox/USAGE
mdd-2.0.2 lib/generators/mdd/sandbox/USAGE
mdd-2.0.1 lib/generators/mdd/sandbox/USAGE
mdd-2.0 lib/generators/mdd/sandbox/USAGE
mdd-1.1.0 lib/generators/mdd/sandbox/USAGE
mdd-1.1.0 lib/generators/mdd/scaffold/USAGE