17 Sep 2013
If you aren’t massively in love with Explain Shell then you’ve not been on the internet today (or at least following the same people I do on twitter). It’s an easy way to see what a unix command does from a web interface. The web interface is great, but wouldn’t it be cool if you could open it from your command line? If someone gave you a command like tar xzvf archive.tar.gz
it would be amazing to be able to run:
Keep Reading
05 Sep 2013
Don’t pump and dump information on your readers: build better community and better view numbers by following the Prepare, Do, Test pattern.
Keep Reading
29 Aug 2013
Travis has a great feature of being able to install gems using a custom Gemfile path. This lets you do things like test against multiple versions of Rails very easily. A project that uses this is sprockets-rails.
Keep Reading
09 Jul 2013
Whipped up a quick demo of the Heroku API using Sinatra and heroku-bouncer (heroku’s oauth rack middleware).
Keep Reading
03 Jul 2013
My wedding with Ruby featured in Style Me PrettyMaybe not programming related, but stil features plenty of “Ruby”. My wedding was recently featured on style me pretty. Check it out:
Keep Reading
21 May 2013
Upgrading major versions of Rails sucks. I was there from 0.9 to 1.0, all the way to the famed 2 to 3 release, and
they were all painful. I have good news though: Rails 4 is right around the corner, and it’s a much cleaner upgrade. While you are getting
your app ready for Rails 4 are you bringing the gems you’ve written up to speed? If the answer is “I
don’t know”, keep reading - we will cover how to test the gems you’ve written against multiple
versions of Rails including Rails 4 release candidate.
Keep Reading