Answers for "rails prepare testing db"

1

rails prepare testing db

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
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language