Guides

image of Reminder notifications with delayed jobs and Twillio

Jan 04, 2021 - 8 min read

Reminder notifications with delayed jobs and Twillio

When working with delayed jobs you might find yourself in a situation where you need to find a specific job in order to update it. This guide will walk you through an example of just that, where I use polymorphic associations to add record type and ID to the delayed jobs.

image of Picking the right search functionality

Nov 17, 2019 - 11 min read

Picking the right search functionality

In Ruby on Rails there are several option when you want to add a search functionality to your app. In this short article I will take a look at some of the options that are out there.

image of Adding reading time to your post

Jan 29, 2019 - 2 min read

Adding reading time to your post

Maybe you have seen other sites display a time to read counter on their articles? I added one on confidentcode and this short guide will take you through how to do it.

image of Add favicon to rails app

Jan 02, 2019 - 2 min read

Add favicon to rails app

A short guide on how to add a favicon to your rails app. The guide also includes links to services where you can create a favicon from scratch or from an existing image.