Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

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
 
PREVIOUS NEXT
Tagged: #rails #prepare #testing #db
ADD COMMENT
Topic
Name
6+5 =