January 2009
4 posts
6 tags
Setup Feather to run as a slice within a Merb app
In response to a few queries and comments on my post about the ejdraper.com blog running as a Feather slice underneath a parent Merb application, I decided to put together a sample app demonstrating just how you’d configure such a beast. Introducing Feather Sample Slice Host… this is an up-to-date Merb application (Merb 1.0.8.1) that hosts Feather as a slice. It comes with a few...
Jan 29th
3 tags
ReCover
I’ve just pushed out the second version of Cover-Up, and so it should be available via gem within a few hours. Version 0.2 includes the following: fixed a couple of bugs added the option to provide your own logger to the code coverage run (see README) few improvements to try and speed the code coverage execution up a bit The speed improvements will be fairly useful as the initial...
Jan 18th
6 tags
Cover-Up
I started writing a new tool on Monday, a flexible, dynamic code coverage gem written in Ruby, for Ruby code. rcov is useful, but I needed the ability to easily wrap any Ruby code in coverage, dynamically at runtime, and I wanted more flexibility in the results that come back. There are probably ways to achieve both of these with rcov given the right options, but I wanted something that offered...
Jan 13th
4 tags
Reboot
I’ve designed and built a brand new personal site here at ejdraper.com, and have moved over this blog - all url’s from crazycool.co.uk now point to ejdraper.com/blog, and the blog integrates with the rest of my personal site, which also includes a bit about me, my portfolio of work, my code and a lifestream on the homepage aggregating content from this blog, GitHub, Flickr, Delicious...
Jan 10th