From afe666abdf8396672367c03df820222b0c8304b4 Mon Sep 17 00:00:00 2001 From: Adam Derewecki Date: Thu, 22 May 2014 15:44:05 -0700 Subject: [PATCH] Add `db:create` before `db:migrate` in advanced docs --- docs/DEVELOPER-ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 3ff8b4f23..6d1c37c2c 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -18,7 +18,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i ## Before you start Rails 1. `bundle install` -2. `bundle exec rake db:migrate db:test:prepare db:seed_fu` +2. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu` 4. Try running the specs: `bundle exec rake autospec` 5. `bundle exec rails server`