Hi. I was wondering how you upload your code from localhost to the web server. Right now, for my project, I upload the entire directory from localhost to my web hosting server and replace the existing files with the newly uploaded files. It was ok in the beginning because the files were small. Now that I have a bunch of libraries, it takes quiet a long time to upload all 600 files every time I upload.
I recently learned about rsync to upload only changes. I was wondering if you use this or other tools to upload.
If you're deploying code, you really should be using Capistrano. Even if it is not a Rails project. It is a world of difference.