Nested Forms from Scratch with StimulusJS
Play
16:54 CC

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.

DataTables
Play
15:55 CC

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.

attr_encrypted
Play
4:11 CC

attr_encrypted

#6 Jul 26, 2015 free
Protecting your data within your database has never been easier. With attr_encrypted, you can easily add a level of security to your application without much refactoring.

What's New in Rails 6
Play
11:38 CC

What's New in Rails 6

#175 Mar 3, 2019 free
Overview of notable features coming soon in Ruby on Rails 6.

GitHub Actions
Play
13:20 CC

GitHub Actions

#258 Sep 6, 2020 free
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. In this episode, learn to set up GitHub Actions on your Ruby on Rails application with automated tests, code coverage reporting, and security testings.