Sha256: 5dae8d89dac0b28ae7bfe90fcc99cbf5dd7bc19575075c0e51df98b67cb9ddac
Contents?: true
Size: 524 Bytes
Versions: 12
Compression:
Stored size: 524 Bytes
Contents
Description: Generator for Plutus Plugin Installation: rails g plutus 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 plutus:upgrade_plutus 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
12 entries across 12 versions & 3 rubygems