Hi all <br><br>I bumped into the following issue: when trying to restart with capistrano, it does restart, but with the app from the old deployment directory.<br><br>desc "Restart the app server."<br>task :restart, :roles => :app do
<br> run "mongrel_rails restart -c #{current_release}"<br>end<br clear="all"><br>Has anybody a better solution for that ?<br><br>-- <br>Roberto Saccon