Rails Prepare Testing Db

[Solved] Rails Prepare Testing Db | Ruby - Code Explorer | yomemimo.com
Question : rails prepare testing db

Answered by : wrong-wombat-568xedj7z3zp

bundle exec rake db:drop RAILS_ENV=test
bundle exec rake db:create RAILS_ENV=test
bundle exec rake db:schema:load RAILS_ENV=test

Source : | Last Update : Wed, 19 May 21

Answers related to rails prepare testing db

Code Explorer Popular Question For Ruby