Not RJS and Turbolinks
Play
8:55 CC

Not RJS and Turbolinks

#20 Nov 9, 2015 free
Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.

Benchmark Ruby Code
Play
12:39 CC

Benchmark Ruby Code

#262 Oct 4, 2020 free
It's easy to accidentally write slow code in our applications. In this episode, we look at how we can benchmark our code and examples of some methods which are slower than others.

Benchmarking and Refactoring the content_for View Helper
Play
7:11 CC

Benchmarking and Refactoring the content_for View Helper

#90 Jul 23, 2017 free
In a recent blog post, we looked into the content_for view helper to render breadcrumbs. Once we got the feature working, it's time to refactor the feature to lower technical debt.

Not RJS and Turbolinks - Part 2
Play
6:09 CC

Not RJS and Turbolinks - Part 2

#21 Nov 25, 2015 free
A continuation from Episode 20 where we explore rendering the user's edit pages in a modal on a per request basis. Instead of rendering all modals for the users in the index, we will request them using remote javascript.