Yestarday my application was running fine. Then I commited some changes to the svn repository and then deployed those changes with capistrano. At first everything looked to have worked (It was not the first deploy), the migrations were run ok and didn't get any errors. Then I went to my application to see I the changes took effect but they didn't. The deployment did not changed my application. It did however saved a copy of it on the /rutanet/releases/xxxxxxx directory.
Then I tried to upload the directories from my development machine and I made the mistake of uploading the whole public directory. At first I tried everything on the forums and tutorials including checking the .htaccess, the symlink, the enviroment and database document, everything. So i decided to start again from scratch and created a new rails application and then followed exactly the tutorial on how to deploy a rails app.
Unfortunatley i am still getting the "The page you were looking for doesn't exist (404)" error.
And i get the following error on the error Log. "Warning: DocumentRoot [/home/rutanet/public_html/svn] does not exist"
Iam trying with these to links that do not require login:
- http://www.rutanet.com.mx/register/
- http://www.rutanet.com.mx/signin/signin/
Thanks for your help.