production-environment
How to use git feature branches with live updates and merge back to master?
I have a production website where master is checked out and a development webiste where I develop in feature branches.[详细]
2022-12-28 02:54 分类:问答Auto detect internal/external development environment
We use the following function to auto detect if we are on a machine internally or on a live server and then choose the appropriate configs for various components:开发者_运维问答[详细]
2022-12-26 11:02 分类:问答Rails: Different behavior on dev and production
I\'m doing maintenance work on a Rails site that\'s deployed using Phusion Passenger.The workflow is a little different than the standard three-tiered Railsian test-dev-production arrangement; instead[详细]
2022-12-23 05:57 分类:问答Problem running RoR app in production environment
Have an app that has \"listings\" - think classified ads - and each listing has a list of tags. The following code fails when I run the app in production mode, but works fine under development mode[详细]
2022-12-22 13:22 分类:问答Forward a copy of http requests to another (test) environment
I want all the production data for my web-app to also flow through my testing environment. Essentially, I want to forward every http request for the production site to the test site (and also have the[详细]
2022-12-22 04:53 分类:问答Rails app won't send emails in production mode
Hey, I\'m using Rails 2开发者_Go百科.3.5 and using rufus scheduler to send periodic emails. This works fine in development mode, but surprise surprise production mode has borked something. I\'ve set t[详细]
2022-12-21 10:19 分类:问答SQL Server 2005 + JavaEE application on one computer in production
We have project with a server witch have about 3000 requests at day from client. 30-40 on-line users. And smth about 30-40Gb data increase per year.[详细]
2022-12-15 21:55 分类:问答How to tell if rails is in production?
I used script/server -e production to start rails in production mode. It did and I got no errors. However how do I tell if it is in production mode? I tried a non-existent route, and I got a simi开发者[详细]
2022-12-15 02:24 分类:问答Should I parse git status or use gitsharp?
I\'d like to integrate git into production pipeline to stage 3dsmax files. While it is开发者_如何学Python alright to work with git through TortoiseGit, I\'d like to communicate with it from the Maxscr[详细]
2022-12-14 22:42 分类:问答Production and Development environment sync
I have a web app on my computer and on web server with ssh. The problem is that I`m developi开发者_StackOverflow中文版ng the app locally on my computer and I want to sync it with the server not by cop[详细]
2022-12-14 16:51 分类:问答