All Posts

Building, installing, and configuring your own Ruby RPM for CentOS

Published: July 23, 2016
If you're running your Ruby apps on your own server, you obviously need Ruby installed. The problem is the version of Ruby provided by the OS is commonly not what you want.

Seamlessly migrating from one git service to another for your team and capistrano

Published: July 15, 2016
I decided to move my projects from one hosted git service to a different one and needed to make the change near seamless for contributors and production

Migrating from unicorn to puma with no downtime

Published: June 26, 2016
I decided want to migrate a Rails 4.2 side project from unicorn to puma. The app has relatively high traffic throughout the day, so I want to avoid any visible downtime.
Tags: ruby, rails, server