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.
-
capistrano-mb
Additional recipes for use with capistrano to automate installation of a full-stack Rails environment!
-
chandler
Syncs your CHANGELOG entries to GitHub’s release notes so you don’t have to enter release notes manually. For Ruby projects, you can even add chandler to your gem’s Rakefile to make this an automatic part of your release process!
-
dotfiles
bash, git, rails, Sublime Text 3, homebrew, more...
-
rails-template
Application template for Rails 4.2 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.