Getting: “Migrations are pending; run ‘bin/rake db:migrate RAILS_ENV=development’ to resolve this issue.” after cloning and migrating the project
Interesting. Did you run rake db:create? Assuming you are using sqlite3, do this: Also, can you list the contents of your config/database.yml file? Edit: Warning! Obviously, you will lose your existing data.