#!/bin/bash RAILS_ENV=development \ bundle exec rake \ db:drop \ db:setup \ db:migrate \ db:fixtures:load