-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Rails
Uri Mikhli edited this page Jan 20, 2015
·
1 revision
This generator will invoke all or any of the setup choices:
Generators invoked:
* db_connect
* db_credentials
* ssl_mode
For more info on each generator run:
rails generate db_connect -h
rails generate db_credentials -h
rails generate ssl_mode -h
Usage: You will have the option of choosing all or any of the setups:
all[Aa]: db_connect[Cc]: db_credentials[Rr]: ssl_mode[Ss]: none[]:
You can pick more then one setup:
"What setup would you like to run. (Default: none)[AaCcRsSs]:" cr
Typing ‘cr’ would run both ‘db_connect’ and ‘db_credentials’ sequentially