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.

Friend Requests Views, Controllers, and Model Methods
Play
18:12 CC

Friend Requests Views, Controllers, and Model Methods

#156 Oct 21, 2018 pro
Part II - In this episode, we create performant links for adding, accepting/rejecting and removing friends for our social media application.

Liquid Templates
Play
22:12 CC

Liquid Templates

#358 Jul 17, 2022 pro
Using Stimulus and Liquid, we can create real time previews of the Liquid Template Renderer. Liquid provides a markup language that is a safe, customer facing template language for flexible web apps.

ActionController::Renderer
Play
4:40 CC

ActionController::Renderer

#36 Jul 4, 2016 free
ActionController::Renderer allows you to render arbitrary templates without requirement of being in controller actions.

Tailwind CSS
Play
14:44 CC

Tailwind CSS

#367 Sep 18, 2022 pro
In this episode, we look at adding Tailwind CSS to our Rails 7 application as well as applying a component library on top to add simplicity and consistency to our views.