Pagy Alternatives

Similar projects and alternatives to Pagy

  1. Ruby on Rails

    Ruby on Rails

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. FFmpeg

    495 Pagy VS FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

  4. Redis

    366 Pagy VS Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  5. turbo

    153 Pagy VS turbo

    The speed of a single-page web application without having to write any JavaScript (by hotwired)

  6. Sidekiq

    97 Pagy VS Sidekiq

    Simple, efficient background processing for Ruby

  7. stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  8. RVM

    45 Pagy VS RVM

    Ruby enVironment Manager (RVM)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. trix

    35 Pagy VS trix

    A rich text editor for everyday writing

  11. bullet

    30 Pagy VS bullet

    help to kill N+1 queries and unused eager loading

  12. Haml

    28 Pagy VS Haml

    HTML Abstraction Markup Language - A Markup Haiku

  13. libvips

    26 Pagy VS libvips

    A fast image processing library with low memory needs.

  14. rack-mini-profiler

    Profiler for your development and production Ruby rack apps.

  15. phlex

    22 Pagy VS phlex

    Object-oriented views in Ruby.

  16. Kaminari

    8 Pagy VS Kaminari

    ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

  17. stimulus-use

    10 Pagy VS stimulus-use

    A collection of composable behaviors for your Stimulus Controllers

  18. Rails Erd

    10 Pagy VS Rails Erd

    Generate Entity-Relationship Diagrams for Rails applications

  19. will_paginate

    Pagination library for Rails and other Ruby applications

  20. order_query

    Find next / previous Active Record(s) in one query

  21. strong_migrations

    Catch unsafe migrations in development

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Pagy alternative or higher similarity.

Pagy discussion

Log in or Post with

Pagy reviews and mentions

Posts with mentions or reviews of Pagy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-17.
  • Build Load More Pagination with Pagy and Rails Hotwire
    4 projects | dev.to | 17 Sep 2023
    Now, let's dive into the pagination part of this post: setting up Pagy for handling pagination in our Rails application. If you haven't included the Pagy gem in your project, you'll need to add it manually. Here's how you can do it:
  • Pagination in Rails with Pagy gem
    2 projects | /r/rails | 28 Mar 2023
    Several gems are available for pagination in Rails, but the Pagy gem is one of the most popular and efficient. It is a fast and lightweight library that provides a simple and flexible API. In this article, we’ll explore how to use it to implement pagination in Rails.
  • Rux: A JSX-inspired way to render view components in Ruby
    15 projects | news.ycombinator.com | 6 Mar 2023
    > Am I understanding correctly that there’s a significant difference in performance between using a ViewComponent + a partial vs. a ViewComponent which renders html via a tag - from inside the component?

    I don't think there will be much difference at all in everyday use, but some libraries that value performance don't avoid templates for that reason, Pagy for example.

    https://github.com/ddnexus/pagy

    Personally I omit them in my projects whenever we want to customise attributes, I hate seeing stuff like this in templates:

        

    Some header

  • A powerful search feature with what Rails provides out of the box
    6 projects | dev.to | 19 Jan 2023
    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
    8 projects | dev.to | 16 Jan 2023
    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
    47 projects | /r/rails | 12 Jun 2022
    Pagination
  • Pagination and infinite scrolling with Rails and the Hotwire stack
    7 projects | dev.to | 4 Feb 2022
    In our application, we will use Pagy to implement pagination. Let’s install Pagy now, following along with the Pagy quick start guide.
  • Load More Pagination in Rails with Hotwire Turbo Streams
    1 project | dev.to | 4 Feb 2022
    For pagination I tend not to use gems like pagy or kaminari, instead implement this functionality just using limit and offset.
  • Ten Ruby gems for Rails you should definitely know about
    8 projects | dev.to | 25 Jun 2021
    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.
  • Re-Wheel series part 1 - How does Rails' find_each work?
    1 project | dev.to | 24 Nov 2020
    But how is this implemented? Well, if you use pagination in your index methods with gems like pagy, kaminari or will_paginate you will find that the same idea is happening here, they are using the power of SQL's LIMIT and OFFSET to fetch only a portion of the data each time. So in the 1 million users example, find_each will perform 1000 thousand queries with a limit of 1000 while changing the offset properly so we don't miss any record.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Pagy repo stats
10
4,727
9.3
6 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Ruby is
the 12th most popular programming language
based on number of references?