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