Category Archives: FluentMigrator

Creating Nuget packages with Rake and Albacore

Creating a Nuget package is quite simple in theory and creating one manually can be done in a few minutes. But simple, repetitive tasks are easy to mess up and a tested build script will never include the wrong config … Continue reading

Posted in Albacore, FluentMigrator, Nuget, Rake, Ruby | Tagged , , , | Leave a comment

Migrations with Rake, Albacore and FluentMigrator

For my previous projects I have mostly used FluentMigrator in combination with Nant for my migrations but now that there is a new FluentMigratorTask for Albacore (created by Mark Boltuc) I thought I would give Rake a try. For an … Continue reading

Posted in FluentMigrator | Tagged , , | 1 Comment