Sha256: 75d31d747b27fe4dd51eea68d66cfafae686309c71cf1d88bf7aacb6b619ffc1
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
Description: Generates a migration file for deleting and a creating a DynamoDB sessions table, and a configuration file for the session store. Example: rails generate sessionstore:dynamodb <MigrationName> This will create: db/migrate/VERSION_migration_name.rb config/sessionstore/dynamodb.yml The migration will be run when the command rake db:migrate is run in the command line.
Version data entries
3 entries across 3 versions & 1 rubygems