Skip to content

Commit ccd810a

Browse files
Remove call to setup script
``` == Preparing database and adding development seed data == Created database 'suspenders_qa_2_development' Created database 'suspenders_qa_2_test' /Users/polito/Sites/suspenders_qa_2/db/schema.rb doesn't exist yet. Run `bin/rails db:migrate` to create it, then try again. If you do not intend to use a database, you should instead alter /Users/polito/Sites/suspenders_qa_2/config/application.rb to limit the frameworks that will be loaded. bin/setup:9:in `system': Command failed with exit 1: bin/rails (RuntimeError) ```
1 parent 0545a88 commit ccd810a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/install/web.rb

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
run "bundle install"
77

88
generate "suspenders:install:web"
9-
run "bin/setup"
109

1110
say "\nCongratulations! You just pulled our suspenders."
1211
end

0 commit comments

Comments
 (0)