Posts
All the articles I've posted.
-
Type Less To Deploy Capistrano
I don't like to type bundle exec cap production deploy so I wrote a quick rake task to run that command with fewer keystrokes.
-
The Dangers Of Constantize In Rails
Metaprogramming in Ruby / Rails is so sweet. In one of my core projects, I have utilised Rails constantize method to dynamically call classes. Let's say we are keeping a record of people interested in adopting a pet and the pets available for adoption.
-
Automating A Ghost Blog Install With Ansible
We are all about efficiency as developers. Why hammer commands line after line into the terminal when you can write code to do it for you? As I setup this Ghost-powered blog, I set out to document down this process as repeatable code.