• Continuous Integration for .NET with Travis CI and xUnit

    Published on AUG 13, 2013 about a 5 minute read

    For this post, I’m going to go over getting a simple CI environment setup using Travis CI and xUnit. If you’re one of those people that just wants to see the code, click here! Our goal is to have the following scenario: whenever a push happens (to any branch) on GitHub, a build of the app will be triggered by Travis CI. If the build succeeds, it will run all of the unit tests for your app.

    .NET, AUTOMATION, CI

  • Application Templates for Rails

    Published on DEC 17, 2012 about a 1 minute read

    Frequently I find myself creating basic rails apps to demonstrate a new feature, or prototype something for a spike test. Every time I created an app, I would run rails new -T, then add RSpec, Cucumber, Haml, possibly Bootstrap, etc. After the 10th app in a month, I decided that there must be an easier way. Then I saw this post: http://everydayrails.com/2011/02/28/rails-3-application-templates.html I started reading up on generators and application templates, then I thought I’d write my own, to see how it works.

    AUTOMATION, RAILS, RUBY

home


Copyright © 2018 pseudomuto.com. All rights reserved.