Generate

โžœ temp git:(master) โœ— rails generate

Commands#

Running via Spring preloader in process 54558
Usage: rails generate GENERATOR [args] [options]
General options:
-h, [--help] # Print generator's options and usage
-p, [--pretend] # Run but do not make any changes
-f, [--force] # Overwrite files that already exist
-s, [--skip] # Skip files that already exist
-q, [--quiet] # Suppress status output
Please choose a generator below.
Rails:
application_record
benchmark
channel
controller
generator
integration_test
job
mailbox
mailer
migration
model
resource
scaffold
scaffold_controller
system_test
task
ActiveRecord:
active_record:application_record
active_record:migration
active_record:model
Graphql:
graphql:enum
graphql:install
graphql:interface
graphql:loader
graphql:mutation
graphql:object
graphql:relay
graphql:scalar
graphql:union
TestUnit:
test_unit:channel
test_unit:controller
test_unit:generator
test_unit:helper
test_unit:install
test_unit:integration
test_unit:job
test_unit:mailbox
test_unit:mailer
test_unit:model
test_unit:plugin
test_unit:scaffold
test_unit:system