Pagination with Kaminari
Play
2:37 CC

Pagination with Kaminari

#73 Mar 26, 2017 free
When displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested.

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.

What the RegEx?
Play
8:22 CC

What the RegEx?

#171 Feb 3, 2019 free
In this episode, we look at different ways to use pattern matching with Regular Expressions in Ruby.

Interview with Frank Rietta
Play
40:22 CC

Interview with Frank Rietta

#183 Apr 17, 2019 free
In this interview, Frank Rietta, a security expert in web applications, talks about various recommendations for securing a Ruby on Rails application. Many areas are explored from code, staff, servers and infrastructure.

Soft Delete with Discard
Play
6:53 CC

Soft Delete with Discard

#249 Jul 5, 2020 free
Soft deletes for ActiveRecord done right.