awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mislav avatar

mislav/will_paginate

0
View on GitHub↗
5,691 stars·858 forks·Ruby·MIT·18 viewsgithub.com/mislav/will_paginate/wikis↗

Will Paginate

Pagination library for Rails and other Ruby applications

Features

  • Pagination Methods - Paginates ActiveRecord query results into page-sized chunks with chainable methods.
  • Pagination Helpers - Renders pagination navigation links in Rails views with customizable styling options.
  • Pagination Renderers - Renders page navigation links and result counters in Rails view templates.
  • Paginated Results - Splits database result sets into numbered pages and returns only the records for the requested page.
  • Collection Pagination Utilities - Wraps paginated result sets in a collection object that exposes page metadata and offsets.
  • Pagination Extensions - Extends ActiveRecord query scopes with chainable pagination methods for page-sized result chunks.
  • Rails View Navigators - Adds pagination navigation links and controls to Ruby on Rails view templates.
  • Limit Offset Pagination - Implements offset-based SQL pagination using LIMIT and OFFSET clauses for database queries.
  • Pagination Plugins - Provides pagination helpers and view rendering for Ruby on Rails applications.
  • Ruby Pagination Libraries - Provides numbered page navigation for database result sets in Ruby web applications.
  • Per-Page Size Configurations - Configures the number of records displayed per page in paginated result sets.
  • Pagination Controls - Provides customizable pagination controls that can be styled to match application design.
  • Page Number Link Generators - Generates navigable page-number links for jumping between paginated result pages.
  • Pagination Range Displays - Displays total entry counts and current range alongside pagination controls.
  • Pagination Navigators - Provides previous, next, and numbered page buttons for navigating paginated results.

Star history

Star history chart for mislav/will_paginateStar history chart for mislav/will_paginate

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mislav/will_paginate do?

Pagination library for Rails and other Ruby applications

What are the main features of mislav/will_paginate?

The main features of mislav/will_paginate are: Pagination Methods, Pagination Helpers, Pagination Renderers, Paginated Results, Collection Pagination Utilities, Pagination Extensions, Rails View Navigators, Limit Offset Pagination.

Which projects share features with mislav/will_paginate?

Projects with overlapping indexed features include: ddnexus/pagy — Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides… kaminari/kaminari — Kaminari is a Ruby pagination library and ActiveRecord tool designed to divide large datasets into smaller pages using… aplus-framework/pagination — Pagination is a PHP data pagination library that splits large collections of database records or arrays into… timber/timber — Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented… midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI… angular-ui/bootstrap — This project is a collection of native directives designed to implement the Bootstrap component framework within…

Projects sharing features with Will Paginate

These projects share indexed features with Will Paginate. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ddnexus/pagyddnexus avatar

    ddnexus/pagy

    4,973View on GitHub↗

    Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides multiple implementations for dividing data, including offset-based slicing for standard collections and high-performance keyset pagination for massive datasets. The library includes a pagination UI generator for rendering accessible HTML navigation bars and a dedicated tool for REST API pagination that produces RFC-compliant link headers and JSON metadata. It also features specialized systems for dividing results from search engines like Elasticsearch, Meilisearch, and Typesense,

    Ruby
    View on GitHub↗4,973
  • kaminari/kaminarikaminari avatar

    kaminari/kaminari

    8,681View on GitHub↗

    Kaminari is a Ruby pagination library and ActiveRecord tool designed to divide large datasets into smaller pages using limit and offset logic. It functions as a data paging utility that manages record offsets and total count calculations for Ruby web applications. The project distinguishes itself by generating SEO-friendly navigation links and standardized HTML tags to improve search engine indexing. It supports localized navigation labels and translation files for multilingual interface design, and allows for customizable pagination themes via template overrides of view partials. The librar

    Ruby
    View on GitHub↗8,681
  • aplus-framework/paginationaplus-framework avatar

    aplus-framework/pagination

    212View on GitHub↗

    Pagination is a PHP data pagination library that splits large collections of database records or arrays into manageable pages. It operates as a standalone utility handling offset calculation, page numbering, and result splitting for raw arrays or database queries. The library computes data slices and navigation boundaries using explicit limit and offset values derived from incoming request parameters. It automatically extracts current page indicators and item counts from query strings to determine the active view state. Through state-driven navigation generation, it computes previous, next, a

    PHPaplusaplus-frameworkbootstrap
    View on GitHub↗212
  • timber/timbertimber avatar

    timber/timber

    5,650View on GitHub↗

    Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr

    PHPhactoberfestphptimber
    View on GitHub↗5,650
  • Compare all 30 related projects→