Running RSpec with optional SimpleCov
I wanted to use SimpleCov within one of my latest Rails applications, but I wanted it to be a seperate rake task instead of running all the time.
Published on July 25th, 2011 20:13
Read the full post
In my blog you'll find my thoughts, hints & tips, experiments and random rants. I hope you find them interesting!
I wanted to use SimpleCov within one of my latest Rails applications, but I wanted it to be a seperate rake task instead of running all the time.
Published on July 25th, 2011 20:13
Read the full post
Recently I've been making my first custom library at work, and I've needed ways to turn strings into classes and classes into strings, I found some helpful methods for doing so by digging around a bit!
Published on June 28th, 2011 14:20
Read the full post
I've always found generated documentation to be ugly, that is until I found Docco and its Ruby variant: Rocco.
Published on May 7th, 2011 15:53
Read the full post
Today I've had my first play with CoffeeScript, amazingly it has made JavaScript fun again!
Published on May 7th, 2011 15:35
Read the full post
It took me a little while to figure out how to get Cucumber working without its rspec dependancy. Maybe it was me being stupid but hopefully this can help others out too!
Published on April 1st, 2011 00:15
Read the full post