After the capistrano succeeds in the update/upload,
I kill mongrel, re-init the cluster, and start again. I save my online config files that
are known to work, and overwrite the uploaded config files with the saved online versions.
And what happens is fastcgi keeps appearing, and my app does not appear to be using the mongrel_cluster at all. And it can't find the images: I get routes errors for images
in myapp/public.
ActionController::RoutingError (no route found to match "/images/home_r4c3.gif" with {:method=>:get}):
Also the javascript is inaccessible.
Has anyone seen this??
This is getting to be a hassle.
thanks!!!!