Mongrel not using latest deployed code, despite multiple restarts
- by ming yeow
What could be the potential reasons why mongrel does not use the latest code in the ~/current branch?
The code changes are in the MODELs. The code changes in the CONTROLLERS TAKE EFFECT.
I tried the following:
god restart app
deploying several times
manually stopping mongrel cluster, deleting the pid files, and starting them again
Anyone has similar experiences? Where could the server be potentially caching the model files?