Sha256: 97bcdd5a7cfd080e629e68a9b80be78505be8b252fd2e6b8ed1f2cef5f896b15
Contents?: true
Size: 896 Bytes
Versions: 3
Compression:
Stored size: 896 Bytes
Contents
Description: Generates the necessary migrations and initializers to add WCC Menus to your contentful space. Example: rails generate wcc:menu This will install: https://www.github.com/watermarkchurch/migration-cli This will create: db/migrate/[date]_generated_add_menus.ts - this migration is run by the migration CLI to create menus 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wcc-contentful-0.2.1 | lib/generators/wcc/USAGE |
wcc-contentful-0.2.0 | lib/generators/wcc/USAGE |
wcc-contentful-0.1.0 | lib/generators/wcc/USAGE |