Pagy
Kaminari
Our great sponsors
Pagy | Kaminari | |
---|---|---|
7 | 7 | |
3,951 | 8,333 | |
- | 0.2% | |
5.5 | 5.3 | |
5 days ago | 15 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Pagy
-
A powerful search feature with what Rails provides out of the box
The next step was about backporting the templates, adding Pagy gem for handling pagination and creating the controller. I was then able to show the listings with the models, but the filtering was not working.
-
The Ultimate Search for Rails - Episode 1
On the backend, we'll need a few tools. Apart from the classics (ActiveRecord scopes and the pg_search gem), you’ll see how the (yet officially unreleased but production-tested) all_futures gem, built by SR authors, will act as an ideal ephemeral object to temporarily store our filter params and host our search logic. Finally, we’ll use pagy for pagination duties.
-
My project: railstart app
Pagination
-
Pagination and infinite scrolling with Rails and the Hotwire stack
In our application, we will use Pagy to implement pagination. Let’s install Pagy now, following along with the Pagy quick start guide.
-
Ten Ruby gems for Rails you should definitely know about
Kaminari hooks onto ActiveRecord associations and makes it super easy to page them. Pagy is another option that seems to have a solid API but I haven't tried it yet.
Kaminari
-
Get Started with Hotwire in Your Ruby on Rails App
Note that this example uses methods from Kaminari, but you can adapt it to any other pagination method.
-
Improvements to my Rails app!
- Pagination system with the Kaminari gem (https://github.com/kaminari/kaminari)
-
Infinite Scroll with HOTWire Part 1: Configuration
3- To use pagination we will be using the kaminari gem. Simply add this line to your Gemfile.rb and hit bundle install
-
Servers? What Are Those?
There are many Ruby Gems like Kaminari for pagination that works with Postgresql/ActiveRecord but not DynamoDB
-
Ten Ruby gems for Rails you should definitely know about
Kaminari
-
RoR Gems: Pin To Plane For Developing RoR Application
2. KAMINARI
What are some alternatives?
will_paginate - Pagination library for Rails and other Ruby applications
hotwire-rails - Use Hotwire in your Ruby on Rails app
order_query - Find next / previous Active Record(s) in one query
counter_culture - Turbo-charged counter caches for your Rails app.
jsonapi.rb - Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
Draper - Decorators/View-Models for Rails Applications
PaperTrail - Track changes to your rails models
Simple Form - Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
strong_migrations - Catch unsafe migrations in development
phony_rails - This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony).