Faster Rails: Is Your Database Properly Indexed?
Posted on May 26, 2019
[ 3 min read ]
This article describes how to properly index database column.
Faster Rails: How to Check if a Record Exists
Posted on Apr 18, 2019
[ 5 min read ]
There are several ways to check if a record exists. This article demonstrates a few examples with benchmark.
Time (Zones) Explained
Posted on Oct 19, 2018
[ 4 min read ]
This article explains time zones in Rails
Taking a deferred payment with Rails and Stripe
Posted on Sep 18, 2018
[ 5 min read ]
It is likely to happen that there will be times when you will need to be able to take payment from your customer at a later time. Maybe you have a thing on back order, maybe you only charge when an item is shipped to your customer.
How to take a payment with Rails and Stripe
Posted on Aug 23, 2018
[ 5 min read ]
Taking payments with your web application used to be a difficult if not downright daunting process. With the integration with Stripe, taking payments from your Rails app has gotten a whole lot easier