In the sitepoint's rails book when it talks about deployment it is used a simple method with which we clone the development database for the production one, install the mongrel server, configure accordingly apache and upload our application files to the server, stop. I mean this works perfectly. Why we should bother about version control systems, capistrano ssh etc.?








Bookmarks