Polymorphic Associations
Play
10:31 CC

Polymorphic Associations

#98 Sep 17, 2017 free
Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.

Single Table Inheritance
Play
8:33 CC

Single Table Inheritance

#97 Sep 10, 2017 free
Learn to use single table inheritance to allow multiple classes to be stored in the same database table.

Auditing with Paper Trail
Play
6:30 CC

Auditing with Paper Trail

#96 Sep 4, 2017 free
Using the paper_trail gem, track changes to model records for auditing purposes and rollback changes when required.

ActiveRecord Migrations
Play
12:00 CC

ActiveRecord Migrations

#95 Aug 27, 2017 free
This episode covers different tips and tricks around database migration files.

Recurring Events with FullCalendar
Play
8:30 CC

Recurring Events with FullCalendar

#94 Aug 20, 2017 free
Create recurring events and interact with them on FullCalendar.