I tried to run $ bundle exec rake db:reset and found the following on console
$ bundle exec rake db:reset
Couldn\'t drop db/development.sqlite3 : #
Another possible answer is that you have a database file open. Close those files and stop your server, and it should work.