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.

Demystifying the Asset Pipeline
Play
19:47 CC

Demystifying the Asset Pipeline

#387 Feb 5, 2023 free
The asset pipeline can be confusing. So, in this episode, we explore Sprockets and the movement towards Propshaft, a new Rails library for managing assets. We'll also have a look at some nuances with jsbundling and how to overcome them.

ActiveJob
Play
5:24 CC

ActiveJob

#9 Jul 30, 2015 free
ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.

Complex Strong Parameters
Play
4:52 CC

Complex Strong Parameters

#16 Aug 28, 2015 free
Make your strong parameters do more by extracting the logic in order to maximize the ability and security of your application.

WYSIWYG Editor with Summernote
Play
7:40 CC

WYSIWYG Editor with Summernote

#27 May 2, 2016 free
Integrate Summernote WYSIWYG Editor into your application. Learn how to use AJAX callbacks to filestore your images instead of database Base64.