Sha256: df11cd7ee64012bef186c07740eba58d209faeaf60e808deef2266152e37c936

Contents?: true

Size: 441 Bytes

Versions: 22

Compression:

Stored size: 441 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 mdwa:scaffold Model name:string initial_date:date category_id:category:name:belongs

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
mdd-3.1.4 lib/generators/mdwa/sandbox/USAGE
mdd-3.1.2 lib/generators/mdwa/sandbox/USAGE
mdd-3.1.1 lib/generators/mdwa/sandbox/USAGE
mdd-3.1.0 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.20 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.19 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.18 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.17 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.16 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.15 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.14 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.13 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.10 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.9 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.8 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.7 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.6 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.4 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.3 lib/generators/mdwa/sandbox/USAGE
mdd-3.0.2 lib/generators/mdwa/sandbox/USAGE