Skip to content

Instantly share code, notes, and snippets.

View gsherman's full-sized avatar

Gary Sherman gsherman

View GitHub Profile
@KevM
KevM / web_service_example.cs
Created March 16, 2012 21:39
CSharp test fixture that creates a case using a webservice based on the Dovetail SDK
using System;
using System.Collections.Specialized;
using System.Net;
using System.Web.Script.Serialization;
using NUnit.Framework;
namespace Micros.Clarify.Webservices.Tests
{
public class CreateCaseResult
{
@KevM
KevM / a_readme.md
Created January 30, 2012 17:11
Example rake file for applying schema scripts and running sql

Dovetail Automation

Running the rake script below will

  1. Apply all schema scripts ending in .schemascript.xml found in the child schema directory.
  2. Execute all .sql scripts found in the child database directory.

Setup

  1. Edit the rakefile.rb to have your correct database configuration.