Member-only story

Weekly Digest #4: Rails 7 pagination with Kaminari tutorial

Curated and handpicked Ruby on Rails blogs.

Suraj Mishra
4 min readFeb 25, 2024

Introduction

In this issue, we have picked 10 interesting articles published last week that are worth reading. These articles cover topics such as Rails 7 pagination, ActiveRecord association, VCR gem, RuboCop, Fragment caching etc. Consider subscribing, liking, and sharing it.

Subscribe to the newsletter

Code-Along & build an advanced e-learning platform. Biggest, Most complete Ruby on Rails 6 course. ( Affiliated )

Ruby on Rails: Learn 25+ gems and build a Startup MVP

4.5 | 5k students

1. Rails 7 pagination with Kaminari tutorial

This article addresses the issue of displaying large amounts of data in a single page in a Rails application, which can lead to performance degradation. The author emphasizes the negative impact on both the front-end and back-end, citing increased database reads, memory allocation, and longer response times.

Read the full article.

2. 10 Best Practices Active Record Associations in Ruby on Rails

--

--

Suraj Mishra
Suraj Mishra

Written by Suraj Mishra

Staff Software Engineer @PayPal ( All opinions are my own and not of my employer )

No responses yet