UT on Rails

Last year I held a series of non credit Rails courses for University of Texas Students, i’m happy to announce that i’ve been granted an Adjunct Professor position at the UT and I’m teaching a for credit course in Databases and Rails. Lucky for you, i’m a sucker for online learning, so i’ll be putting all my course material online, right here.

Keep Reading


UT on Rails

Last year I held a series of non credit Rails courses for University of Texas Students, I’m happy to announce that I’ve been granted an Adjunct Professor position at the UT and I’m teaching a for credit course in Databases and Rails. Lucky for you, I’m a sucker for online learning, so I’ll be putting all my course material online, right here.

Keep Reading


TIL how to null out or unset an ENVIRONMENT variable in bash

Heroku compiles your app without environment variables. This is all well and good, but how do you debug a problem that only shows up when an environment variable is missing? Not just set to an empty string "".

Keep Reading


Why Do Heroku Builds Run Without Config by Default?

I got this question awhile ago and answered in Gist form. I recently stumbled on my answer and thought it was worth sharing, so here you go:

Keep Reading


Wicked 1.0.1 Released with Critical Security Fix

If you’re using Wicked, the easy way to build step-by-step wizards in your Rails code please update to Wicked version 1.0.1 immediately a serious security bug was patched. If you do not upgrade, an attacker may be able to view arbitrary files on your server.

Keep Reading


If at First you don't Succeed: Retrying Bundler

What do you do when you fail at a task?

Keep Reading


Explain Shell, from your Shell

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


Prepare, Do, Test: Make your Technical Writing Shine

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


Specify Different Gemfile while using Bundler

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


Hi Richard Thanks For The Tutorial It Is Great I Am

Keep Reading


Subscribe to my Newsletter 😻 🤠

Join thousands of developers who get new code, writing, and programming links from me delivered to their inboxes.