I have a weird issue. We are running Rails 3.2.2, Nginx, and Unicorn. If we make a text change to index.html.erb for example then deploy the change doesn't show.
If I look at the file on the production server I can see the change is in fact sitting in the 'current' directory. So I know its been released correctly.
Its as if Unicorn isn't updating itself or restarting correctly ( even though I'm restarting upon deploy).
Even weirder - I changed the apps email smtp settings. After deploying I get SMTP 535 bad username/password. However, if I refresh like 3 times it works. Again - could this be some sort of nginx/unicorn worker caching old code?
I have to deploy this project today so am under some pressure to figure this out. Any help appreciated. Thanks!
config/unicorn.rb) – Ezekiel Templin Apr 11 '12 at 16:36