Mongrel not using latest deployed code, despite multiple restarts

Posted by ming yeow on Stack Overflow See other posts from Stack Overflow or by ming yeow
Published on 2010-05-23T00:48:20Z Indexed on 2010/05/23 0:50 UTC
Read the original article Hit count: 268

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:

  1. god restart app
  2. deploying several times
  3. 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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about deployment