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
amatsuda avatar

amatsuda/kaminariFork

0
View on GitHub↗
27 stars·5 forks·Ruby·MIT·8 viewsgithub.com/amatsuda/kaminari/wiki↗

Kaminari

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

Features

  • Pagination Tools - Scope-based pagination for modern web frameworks.
  • UI and View Helpers - Scope-based pagination for Rails applications.

Star history

Star history chart for amatsuda/kaminariStar history chart for amatsuda/kaminari

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

Projects sharing features with Kaminari

These projects share indexed features with Kaminari. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • drapergem/draperdrapergem avatar

    drapergem/draper

    5,274View on GitHub↗

    Draper is a presentation layer framework and decorator library for Ruby on Rails that implements the view-model pattern. It serves as a proxy-based system to separate presentation logic from business models, allowing view-specific data transformations to be isolated from the underlying data. The framework provides specialized capabilities for managing how data is displayed, including the ability to wrap single objects or entire collections. It supports recursive decoration for associated models and the injection of view context and request state into decorators to allow for conditional presen

    Ruby
    View on GitHub↗5,274
  • 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
  • apotonick/cellsapotonick avatar

    apotonick/cells

    3,077View on GitHub↗

    View components for Ruby and Rails.

    Ruby
    View on GitHub↗3,077
Compare all 12 related projects→

Frequently asked questions

What does amatsuda/kaminari do?

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

What are the main features of amatsuda/kaminari?

The main features of amatsuda/kaminari are: Pagination Tools, UI and View Helpers.

Which projects share features with amatsuda/kaminari?

Projects with overlapping indexed features include: drapergem/draper — Draper is a presentation layer framework and decorator library for Ruby on Rails that implements the view-model… kaminari/kaminari — Kaminari is a Ruby pagination library and ActiveRecord tool designed to divide large datasets into smaller pages using… ddnexus/pagy — Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides… galetahub/ckeditor — Ckeditor 4.x integration gem for rails. jch/html-pipeline — HTML processing filters and utilities. justinfrench/formtastic — Formtastic is a Ruby on Rails plugin designed to automate the creation of semantic and accessible web forms. By…