reset_db 94 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #!/bin/sh rm tmp/*.db rake db:migrate VERSION=0 && rake db:migrate && rake db:fixtures:load