Skip to content

Instantly share code, notes, and snippets.

View michelgrootjans's full-sized avatar

Michel Grootjans michelgrootjans

View GitHub Profile
@michelgrootjans
michelgrootjans / PloymorphicRequestHandlerTests
Last active August 29, 2015 14:04
Agatha polymorphic RequestHandler Test
using System;
using System.Linq;
using Agatha.Common;
using Agatha.Common.InversionOfControl;
using Agatha.Common.WCF;
using Agatha.ServiceLayer;
using Agatha.StructureMap;
using Xunit;
namespace Tests.RequestProcessorTests.RequestResponse
@michelgrootjans
michelgrootjans / gist:4531801
Created January 14, 2013 17:41
Stack trace when running the migrations in https://github.com/michelgrootjans/activerecord-sqlserver-adapter-sample from an emty sqlserver 2008 database
michels-mbpro:sqlserver michelgrootjans$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:migrate
== CreateCustomers: migrating ================================================
-- create_table(:customers)
-> 0.8496s