Especially when considering a fresh Rails project, what does your version control and deployment workflow look like? What tools do you use?
I’m interested in answers for Mac, *nix and Windows work machines. Assume a *nix server.
I’ll edit for clarity if need be.
deploy.rb.cap deploy:setup && cap deploy:coldIf everything works so far: Start developing and committing to GitHub.
cap deployas needed.Update: Don’t forget to write tests for everything you do!