I have three tables: Project, Tasks, and Tags. When m开发者_运维百科igrate the databases in development mode, everything works.
Is it standard practice to put db:migrate in my capistrano task, maybe before updating the code?I don\'t want to forget to add a column to production and get errors so I feel like there should be a se
I would like to use certain plugin in development environment, but would like开发者_运维问答 to exclude this plugin from production and from generated war. What is the easiest way to accomplish this?Y
I\'m interested about using 2 different classes in 2 different environment. Both classes should share the same structure (methods),开发者_开发百科 but the one used in production would be \"light\", wi
I\'m nearing the stage of saying \"lets go live\" of a client\'s system I\'ve been working on for the past few months, basically a few autonomous services including a public facing website, an intrane
I\'m working on a django app for a site that requires an image gallery. Since the site is fairly simple I chose not to use a database. In the gallery part, I have a loop in the view that reads all the
I have web application which we deployed in a production . We have separate servers for WEB and Database. The DB is SQL Server 2008 and it is hosted on a completely different server and we have our II
We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc.