From 7abaa1ac921c0830960ec536e755ba11ff2a6d95 Mon Sep 17 00:00:00 2001 From: Mike iLL Kilmer Date: Tue, 11 Aug 2015 21:18:43 -0500 Subject: [PATCH] Add more concise prompt for database configuration process. --- lib/tasks/foodsoft_setup.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/foodsoft_setup.rake b/lib/tasks/foodsoft_setup.rake index da09b6a1..b44a74b2 100644 --- a/lib/tasks/foodsoft_setup.rake +++ b/lib/tasks/foodsoft_setup.rake @@ -75,7 +75,7 @@ def setup_database 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"]) if finished Rake::Task["db:setup"].reenable