Sha256: 2e722dcf766078078e9bc9e9a344f096398d6e1d66a20b942aa1a1946ede16d4

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

Description:
    Generates a sample configuration file DynamoDB session store.

Examples:
    `rails generate dynamo_db:session_store_config`

    This will create:
        config/dynamo_db_session_store.yml

    Optionally, you can specify the Rails environment to generate
    the configuration file for:

    `rails generate dynamo_db:session_store_config --environment=development`

    This will create:
        config/dynamo_db_session_store/development.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aws-actiondispatch-dynamodb-1.0.0 lib/generators/dynamo_db/session_store_config/USAGE
aws-actiondispatch-dynamodb-0.2.0 lib/generators/dynamo_db/session_store_config/USAGE
aws-actiondispatch-dynamodb-0.1.0 lib/generators/dynamo_db/session_store_config/USAGE