Sha256: dda26cb97bee6843a3ffa9f30c4c600f8a9eedad060ddcd755c1ad2e58a2a77c
Contents?: true
Size: 569 Bytes
Versions: 86
Compression:
Stored size: 569 Bytes
Contents
Description: The session table migration generator creates a migration for adding a session table used by CGI::Session::ActiveRecordStore. The generator takes a migration name as its argument. The migration name may be given in CamelCase or under_score. The generator creates a migration class in db/migrate prefixed by its number in the queue. Example: ./script/generate session_migration AddSessionTable With 4 existing migrations, this will create an AddSessionTable migration in the file db/migrate/005_add_session_table.rb
Version data entries
86 entries across 86 versions & 6 rubygems