I\'ve just moved my rails app from the development to deployment server. I\'ve installed passenger, but I wanted to try with rails s to make sure all was running fi
rails s
I had the same problem, and the fix was to run git clean -dfx
git clean -dfx