Ruby Using JSON in chef cookbook attributes One of the little niggles with chef that annoys me is the fact you can't use a JSON file for cookbook attributes, yet role and node attributes are in JSON, instead you're stuck with having to transpose between ruby and JSON. This little trick works around
Ruby MigSQL Migration Tool I've made a little lightweight ruby bin executable to handle MS SQL migration (up/down/targetted version) within a CI environment. Why? I needed a simple way to manage up/down sql scripts within our CI environment for a bunch of existing, very old MS SQL servers. If
Ruby MiniProfiler - Installation and Setup The primary reason I started this web site was to share with you the things I come across in my day job, the first batch of articles I am going to write will be around the tools I find invaluable in my role. So first and foremost, let’s take