From: Johan Allard Date: 2004-11-22T15:48:46+09:00 Subject: Rails + subversion guideline Hi, I'm just about to upload my first rails application onto my production web server and usually I use subversion to track changes and the a after-commit hook to update the webserver. With rails, what is the best practice of doing it? Should I not include the dispatch scripts in the repository or is it enough to include the app directory and public/stylesheets, javascript and so on. Some pointers on how to do this in the best way would be most appreciative! Thank you in advance //johan