Sha256: 8edea7a3d32c106c30bff78d7aad8771d5a3eec0c6a64d67d2588116393c2948
Contents?: true
Size: 905 Bytes
Versions: 40
Compression:
Stored size: 905 Bytes
Contents
Description: Generates the necessary migrations and initializers to add WCC Menus to your contentful space. Example: rails generate wcc:model MODEL This will install: https://www.github.com/watermarkchurch/migration-cli This will create: db/migrate/[date]_generated_add_[MODEL].ts - this migration is run by the migration CLI to create MODEL in your contentful space bin/release - Adds a release command to your rails app which runs migrations. bin/contentful - This bash script is a wrapper around various Contentful CLI tools, and is invoked by bin/release to run migrations Procfile - Adds a release command to be invoked by Heroku which runs the script in bin/release config/initializers/wcc_contentful.rb - This file will initialize the wcc_contentful gem with default options
Version data entries
40 entries across 40 versions & 2 rubygems