Please help. I have absoluty no idea what\'s wrong. The rails app works on my local machine.
If I do this:
git push heroku master
This appears to just be a timeout from your push being too large.
I got around this by doing a git reset to a SHA that was around 500 commits back, pushing that, and then pushing the rest of my repo.