Sha256: 1f2ddecfd47909617010f4fc7a5d70edc4e7b66da922b2139de7562fb930a529
Contents?: true
Size: 444 Bytes
Versions: 23
Compression:
Stored size: 444 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 dynamo_db:session_store_migration <MIGRATION_NAME> This will create: db/migrate/#{VERSION}_#{MIGRATION_NAME}.rb config/dynamo_db_session_store.yml The migration will be run when the command rake db:migrate is run in the command line.
Version data entries
23 entries across 23 versions & 1 rubygems