Sha256: f4dbf200c2067b907a2ca6c92a76e59e6ed81b0a597429b9e4be7838d46e34d5

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

Description:
    Generator for Credere Plugin

Installation:
    rails g credere

    This will:
        Create a migration in the application for the "Account",
        "Entry" and "Amount" tables.

    Once generated, simply run:
        rake db:migrate

Upgrade < 0.8 -> 0.9+:
    rails g credere:upgrade_credere

    This will:
        Create a migration in the application for renaming the
        "Transaction" table, columns and indexes to "Entry" tables.
        
    Once generated, simply run:
        rake db:migrate

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
credere-0.10.1 lib/generators/credere/USAGE