Articles & Tutorials
-
August 22, 2016
Setting up Sublime Text 3 for Rails Development
I’ve been a satisfied Sublime user for the past three years, using it primarily for Rails development. Here are the packages, preferences, and tips I recommend for getting the most out of this excellent editor.
-
May 26, 2016
Rails OS X Setup Guide
Installing an rbenv-based Rails stack on El Capitan, Yosemite, or Mavericks
-
April 21, 2016
Build and Deploy a Rails VPS, Part 1
Start by provisioning an Ubuntu 14.04 VPS, then install Ruby with rbenv.
-
All articles
Open Source Projects
-
airbrussh
A project that began life as a Capistrano plugin for simplifying and improving its console UI. Now bundled with Capistrano as its default logging implementation.
-
bundleup
Run bundleup on a Ruby project containing a Gemfile to see a practical color-coded report of what gem dependencies need updating. A better alternative to “bundle update” and “bundle outdated”.
-
dotfiles
bash, git, rails, Sublime Text 3, homebrew, more...
-
rails-template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
-
tomo
A friendly command-line tool for deploying Rails apps. It is a new alternative to Capistrano, Mina, and Shipit that aims for simplicity and developer happiness. Everything you need to deploy a basic Rails app out of the box!