awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mislav avatar

mislav/will_paginate

0
View on GitHub↗
github.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.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
  • 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.
  • 5,691 Stars·858 Forks·Ruby·MIT·2 Aufrufe

    Star-Verlauf

    Star-Verlauf für mislav/will_paginateStar-Verlauf für mislav/will_paginate

    Häufig gestellte Fragen

    Was macht mislav/will_paginate?

    Pagination library for Rails and other Ruby applications

    Was sind die Hauptfunktionen von mislav/will_paginate?

    Die Hauptfunktionen von mislav/will_paginate sind: Pagination Methods, Pagination Helpers, Pagination Renderers, Paginated Results, Collection Pagination Utilities, Pagination Extensions, Rails View Navigators, Limit Offset Pagination.

    Welche Open-Source-Alternativen gibt es zu mislav/will_paginate?

    Open-Source-Alternativen zu mislav/will_paginate sind unter anderem: 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… 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… aws/aws-sdk-php — The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web…

    Open-Source-Alternativen zu Will Paginate

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Will Paginate.
    • ddnexus/pagyAvatar von ddnexus

      ddnexus/pagy

      4,973Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗4,973
    • kaminari/kaminariAvatar von kaminari

      kaminari/kaminari

      8,681Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗8,681
    • timber/timberAvatar von timber

      timber/timber

      5,650Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,650
    • midudev/jscampAvatar von midudev

      midudev/jscamp

      3,811Auf GitHub ansehen↗

      jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

      JavaScriptbootcamp
      Auf GitHub ansehen↗3,811
    Alle 30 Alternativen zu Will Paginate anzeigen→