Welcome Guest | Login

Deployment issues - don't know what else to try

Hi All,

I have my app set up to deploy with Capistrano and I noticed that none of my commits were showing in the browser.

I thought I had tracked the problem to an incorrect symlink so I renamed my public_html folder and created a new symlink from public_html that pointed to the public folder of the current release.  This has not solved the problem though.

For example, one of my files has a link entitled "Go back to your Dashboard".  When I browse the current release using FTP, I can see that the correct text is there.  If I use vi to check the current file, I can see that the correct text is there.  When I visit in my browser, the link text is wrong.

I'm completely stuck and it is now past midnight and I need sleep.  All help appreciated.

Best Regards

Robin

2007-09-24 06:07 PM

Hello Robin,

This looks strange ! Did you try restarting your mongrel after the changes ?

Please try restarting the mongrel and see if it fixes the issue. Thank you

2007-09-24 09:30 PM

HostingRails Support
Hi,

I have restart command set in my Capfile (following the tutorial here) and no errors are thrown when deploying.

I'll try restarting it manually and see if that works.

Thanks

Robin

2007-09-25 02:43 AM

Hi,

All a bit strange.  Calling mongrel_rails restart didn't make a difference but stopping mongrel and then starting it again does.

I've changed the Capfile to call a stop/start, which has solved the problem.

Thanks

Robin

2007-09-25 12:48 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.