FullCalendar Events and Scheduling
Play
14:19

FullCalendar Events and Scheduling

#42 Aug 14, 2016 free
Learn how to incorporate FullCalendar into your Ruby on Rails application with listing and creating events. Using unobtrusive javascript, we can create a fast interactive calendar.

DataTables
Play
15:55

DataTables

#82 May 29, 2017 free
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.

Nested Forms from Scratch
Play
9:48

Nested Forms from Scratch

#70 Mar 5, 2017 free
Learn how to handle multiple models in a single form with accepts_nested_attributes_for and learn how to add and remove nested records through JavaScript.

Nested Forms from Scratch with StimulusJS
Play
16:54

Nested Forms from Scratch with StimulusJS

#186 May 5, 2019 free
Using StimulusJS controllers, adding nested forms to a Rails application is easy and unobtrusive. In this episode, we look at an alternative way of creating nested forms without the Cocoon gem.

Recurring Events with FullCalendar
Play
8:30

Recurring Events with FullCalendar

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