Serialized Attributes
Play
12:04 CC

Serialized Attributes

#4 Jul 22, 2015 free
Store multiple attributes and values using a text column. Not for everyday use, but has situations where it can save on the number of columns and/or models needed to accomplish a task.

Getting Started - Ruby on Rails - Architectural Overview
Play
21:50 CC

Getting Started - Ruby on Rails - Architectural Overview

#57 Dec 4, 2016 free
For beginners, learn the basic structure of a Ruby on Rails application and the request lifecycle. Learn how different components of a Rails application interact with each other.

Periodic Tasks with sidekiq-cron
Play
4:59 CC

Periodic Tasks with sidekiq-cron

#61 Jan 2, 2017 free
Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.

Routing Partials
Play
4:30 CC

Routing Partials

#80 May 14, 2017 free
The routes file can grow to be unmaintainable and messy. Learn to keep things organized by extracting out blocks of routes into their own files.

Recurring Events with ice_cube
Play
6:34 CC

Recurring Events with ice_cube

#93 Aug 13, 2017 free
ice_cube is a ruby library for easily handling repeated events and schedules.