Sha256: 0ef62074340b017425d373ac7bb4970d0b3a67a703ec078ddc17f02697cd9c9e
Contents?: true
Size: 718 Bytes
Versions: 7
Compression:
Stored size: 718 Bytes
Contents
Loggable Activity Generator Help -------------------------------- Description: This generator creates files and configurations for integrating the Loggable Activity gem into your Rails application. Usage: rails generate loggable_activity [options] Options: -h, [--help], [--no-help] # Display usage instructions (this message) -m, [--uuid] # Use uuids for primary_keys Examples: rails generate loggable_activity --uuid # Generate loggable activity migration files with uuids for primary_keys Note: - This generator assumes that you have already installed the Loggable Activity gem. - Ensure that your database schema supports UUIDs if using them as primary keys.
Version data entries
7 entries across 7 versions & 1 rubygems