· Jerod Santo ·

+ Archives Contact Search

Page 3

List all Git commits that are on one branch, but aren't on the other

06 Sep 2014

This is super handy for Heroku-style deploys

Naming Things is Hard. Let's Go Shopping!

11 Aug 2014

I speak to the Omaha Coffee & Code meetup about the trials and tribulations of naming things well.

A step by step guide to bulletproof 404s on Rails

20 Jun 2014

4 Steps and an obligatory fake step

Ruby Rebus! Part Deux

07 Apr 2014

15 Ruby-based movie title Rebus puzzles. Can you guess them all?!

Out with Sprout

11 Feb 2014

Omaha's Family Event Calendar

Beloved Bits, 2013

31 Dec 2013

My third annual list-of-things-that-I-deem-notable-in-the-year-which-is-about-to-conclude.

Rails 4: let specific actions be embedded as iframes

04 Dec 2013

Rails 4 defaults the X-Frame-Options header to SAMEORIGIN for security reasons (and good ones at that). However, sometimes you want a specific action to be iframeable. Here's how.

Make ActiveAdmin and FriendlyId play nice

15 Nov 2013

Two handy tools that don't get along out of the box. Herein lies a workaround.

Your dev user should be really crazy

08 Nov 2013

Save yourself a lot of pain down the road by ensuring your system handles crazy input now.

Ruby Quick Tip: Easily Count Occurrences of Array Elements

24 Oct 2013

Have you ever needed to see how many times each element in an array occurs? Perhaps sort by those occurrences? Here's a quick and easy way to do it.