Merge pull request #380 from MikeiLL/master
Add more concise prompt for database configuration process.
This commit is contained in:
commit
67a885ca9d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def setup_database
|
||||||
|
|
||||||
reminder(file)
|
reminder(file)
|
||||||
|
|
||||||
puts blue "Setup your database before you continue!"
|
puts blue "IMPORTANT: Edit (rake-generated) config/database.yml with valid username and password for EACH env before continuing!"
|
||||||
finished = ask("Finished?\nOptions:\n(y) Yes", ["y"])
|
finished = ask("Finished?\nOptions:\n(y) Yes", ["y"])
|
||||||
if finished
|
if finished
|
||||||
Rake::Task["db:setup"].reenable
|
Rake::Task["db:setup"].reenable
|
||||||
|
|
Loading…
Reference in a new issue