Best deployment strategy for local used application in Rails 3.1 on Windows 7?
问题 I am developing 2 applications in Rails 3.1 (will upgrade soon), and have noticed that my current strategy has its drawbacks. What I am doing currently is: Work directly on the development directory, have there version control with Git (which works perfect for me). I have defined the databases like (omitted not interesting parts): development: database: db/dev.db production: database: db/dev.db I have both applications running all the time in production mode, where the ports are defined as