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
Had the same problem. Try removing your [app]/tmp dir. It seems to be trying to unmarshal some borked files.