|
EDIT
What small things which are too easy to overlook do I need to do before deploying a rails application?
I have set up another question for any task that takes more than a minute or two, and so ought to be scheduled into a deployment process. In this...
Started by Laurie Young on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Ensure the DB is setup on your production server Set up capistrano to deploy your app properly Run Exception notification Make sure that the place you are deploying to has the RAILS_ENV variable are all passing by running rake spec, shoulda....
|
|
I've heard the phrase "deploying applications" which sounds much better/easier/more reliable than uploading individual changed files to a server, but I don't know where to begin.
I have a Zend Framework application that is under version control (in a ...
Started by Andrew on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is an excellent....
What if someone checks in a random new feature without any new unit tests, and the feature doesn't work? Your existing unit tests might pass though.
unit tests pass doesn't mean your application is 100% working.
|
|
If someone has created a small diagnostic, internal web app that uses (unit) tests as its logic, is there ever a valid reason to do that? Keep in mind that Nunit has to be deployed as well where ever this website goes.
I'm of the view that programs should...
Started by 4thSpace on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That's how you know they....
You don't have to write tests for your unit tests, since you write them first and see them fail.
Using a Unit test framework for something else than unit tests is usually not the most proper path.
Patterns.
|
Ask your Facebook Friends
|
How to create a WPF application that can be deployed as either a XBAP or as a native Windows application with as little overhead as possible? XBAPs are binary compatible with WPF Windows applications and run on top of the same CLR (Unlike Silverlight)...
Started by Mikko Rantanen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Containing both manual and automated unit tests A tiny .exe project for the Windows application A tiny.
|
|
I wonder how you guys manage deployment of a database between 2 SQL Servers, specifically SQL Server 2005. Now, there is a development and a live one. As this should be part of a buildscript (standard windows batch, even do with current complexity of ...
Started by Michael Stum on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Includes tools for deploying changes to databases, producing a diff between databases....
Depending on how I'm deploying the DB changes, I'll also usually put a version table in the DB to the problem: Visual Studio 2008 Database Edition .
There.
|
|
Hey everyone,
I'm thinking how to arrange a deployed python application which will have a
Executable script located in /usr/bin/ which will provide a CLI to functionality implemented in A library installed to wherever the current site-packages directory...
Started by Dimitri Tcaciuc on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, Twisted.
Put your unit tests was a trick - you always need at least one other file for your unit tests).
For example, Twisted/twisted/internet.py.
And place your source files in it.
|
|
I recently have a problem that my java code works perfectly ok on my local machine, however it just wouldn't work when I deploy it onto the web server, especially the DB part. The worst part is that the server is not my machine. So I had to come back ...
Started by Wing C. Chen on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Simple but very hard by the application and ....
Application runs locally in development and ensure all unit and functional tests pass in development Deploy people who deploy miss some registry entries, or add wrong registry entries.
|
|
What is the best way to develop on SQL Server 2005 machine locally while you get your database design and application design smoothed out and then deploy to a shared host?
In the MySQL / phpMyAdmin world you have an option to export the table as the DDL...
Started by tyndall on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Backup.
It allows you to define data and structure, has a lot of Unit testing features as well.
|
|
Thousands of US troops deploying to Israel Thousands of US troops deploying to Israel
Published: 05 January, 2012, 23:00
Without much media attention, thousands of American troops are being deployed to Israel, and Iranian officials believe that this is...
Started by Aryan_B on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at defence):
Re: Thousands of US troops deploying to Israel So this means war could start within the next month strike by the US-Israel on Iran or elsewhere within the world Re: Thousands of US troops deploying to Israel is Pakistan also b affected by....
|
|
I wasn't actually aware Britain and Argentina had fought a war over the Falkland Islands.. that Britain won in 1982, until maybe 20 years later, since I was a tot when they fought but apparently the stakes have been raised now that oil has been discovered...
Started by newworldafro on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at projectcovo):
That Britain won in 1982, until maybe 20 years later, since I was a tot when they fought but apparently the stakes have been raised now that oil has been... .
|