After 24 hours of trying to find the problem with my app. I finally found the problem.
I ran
rake assets:precompile RAILS_ENV=production
This should work: rake assets:precompile RAILS_ENV=development
It tries to load up your production environment, when your database.yml doesn't include it.