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
·
Back to ledermann/unread

Open-source alternatives to Unread

24 open-source projects similar to ledermann/unread, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Unread alternative.

  • aq1018/mongoid-historyaq1018 avatar

    aq1018/mongoid-history

    392View on GitHub↗

    Multi-user non-linear history tracking, auditing, undo, redo for mongoid.

    Ruby
    View on GitHub↗392
  • basecamp/marginaliabasecamp avatar

    basecamp/marginalia

    1,771View on GitHub↗

    Attach comments to ActiveRecord's SQL queries

    Ruby
    View on GitHub↗1,771
  • benedikt/mongoid-treebenedikt avatar

    benedikt/mongoid-tree

    300View on GitHub↗

    A tree structure for Mongoid documents using the materialized path pattern

    Ruby
    View on GitHub↗300
  • brainspec/enumerizebrainspec avatar

    brainspec/enumerize

    1,763View on GitHub↗

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Ruby
    View on GitHub↗1,763
  • brendon/positioningbrendon avatar

    brendon/positioning

    414View on GitHub↗

    Simple positioning for Active Record models.

    Ruby
    View on GitHub↗414
  • cmu-is-projects/ferrycmu-is-projects avatar

    cmu-is-projects/ferry

    244View on GitHub↗

    A data migration and visualization command line gem in Ruby

    Ruby
    View on GitHub↗244

AI search

Explore more awesome repositories

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

Find more with AI search
  • collectiveidea/auditedcollectiveidea avatar

    collectiveidea/audited

    3,491View on GitHub↗

    Audited is a Ruby on Rails audit log library and change data capture framework. It tracks model changes by recording previous and current attribute values during create, update, and destroy operations to maintain a complete history of database modifications. The system functions as a database versioning tool and user activity tracker. It allows for the retrieval of historical record states by timestamp or index, enables reverting models to previous versions, and associates record modifications with specific user identities and remote IP addresses. The library includes capabilities for sensit

    Rubyactiverecordauditaudit-log
    View on GitHub↗3,491
  • drecom/activerecord-turntabledrecom avatar

    drecom/activerecord-turntable

    208View on GitHub↗

    ActiveRecord Sharding Plugin

    Ruby
    View on GitHub↗208
  • faveod/arel-extensionsfaveod avatar

    faveod/arel-extensions

    143View on GitHub↗

    Extending Arel

    Ruby
    View on GitHub↗143
  • franckverrot/activevalidatorsfranckverrot avatar

    franckverrot/activevalidators

    302View on GitHub↗

    Collection of ActiveModel/ActiveRecord validators

    Ruby
    View on GitHub↗302
  • grosser/bitfieldsgrosser avatar

    grosser/bitfields

    226View on GitHub↗

    n Booleans = 1 Integer, saves columns and migrations.

    Ruby
    View on GitHub↗226
  • influitive/apartmentinfluitive avatar

    influitive/apartment

    2,688View on GitHub↗

    Database multi-tenancy for Rack (and Rails) applications

    Ruby
    View on GitHub↗2,688
  • jekuno/miliajekuno avatar

    jekuno/milia

    339View on GitHub↗

    Easy multi-tenanting for Rails5 (or Rails4) Devise

    Ruby
    View on GitHub↗339
  • jhawthorn/discardjhawthorn avatar

    jhawthorn/discard

    2,416View on GitHub↗

    🃏🗑 Soft deletes for ActiveRecord done right

    Ruby
    View on GitHub↗2,416
  • kigster/simple-feedkigster avatar

    kigster/simple-feed

    335View on GitHub↗

    This gem implements a flexible time-ordered activity feeds commonly used within social networking applications. As events occur, they are pushed into the Feed and distributed to all users that need to see the event. Upon the user visiting their "feed page", a pre-populated ordered list of events is returned by the library.

    Ruby
    View on GitHub↗335
  • mbleigh/acts-as-taggable-onmbleigh avatar

    mbleigh/acts-as-taggable-on

    4,995View on GitHub↗

    Acts-as-taggable-on is a relational database tagging library for Ruby on Rails applications. It provides a system for associating custom labels with database records to enable content categorization and filtering. The library features a contextual tagging framework that allows a single record to maintain different sets of labels for different purposes. It also includes a multi-tenant tagging system that scopes labels to specific accounts or groups to ensure data privacy. The tool supports tag-based record retrieval, searching via exact matches or exclusions, and the calculation of tag freque

    Ruby
    View on GitHub↗4,995
  • merit-gem/meritmerit-gem avatar

    merit-gem/merit

    1,529View on GitHub↗

    Reputation engine for Rails apps

    Ruby
    View on GitHub↗1,529
  • mixonic/ranked-modelmixonic avatar

    mixonic/ranked-model

    1,093View on GitHub↗

    An actsassortable/actsaslist replacement built for Rails 4+

    Ruby
    View on GitHub↗1,093
  • palkan/logidzepalkan avatar

    palkan/logidze

    1,685View on GitHub↗

    Database changes log for Rails

    Ruby
    View on GitHub↗1,685
  • radar/paranoiaradar avatar

    radar/paranoia

    2,917View on GitHub↗

    actsasparanoid for Rails 5, 6 and 7

    Ruby
    View on GitHub↗2,917
  • salsify/goldiloadersalsify avatar

    salsify/goldiloader

    1,674View on GitHub↗

    Just the right amount of Rails eager loading

    Rubyactiverecordeager-loadinggem
    View on GitHub↗1,674
  • stefankroes/ancestrystefankroes avatar

    stefankroes/ancestry

    3,853View on GitHub↗

    Ancestry is a materialized path tree library for managing hierarchical data models in relational databases. It provides a framework for organizing records into tree structures, allowing for the efficient retrieval of ancestors and descendants through path-based storage. The project distinguishes itself through specialized tools for maintaining tree integrity and transforming data. It includes a tree integrity manager to handle orphaned nodes and a JSON tree serializer that converts hierarchical database records into nested hashes or arrays for API responses. The library covers a broad range

    Ruby
    View on GitHub↗3,853
  • wbotelhos/ratingwbotelhos avatar

    wbotelhos/rating

    72View on GitHub↗

    :star: A confidence-based rating system with scope and cache enabled

    Ruby
    View on GitHub↗72
  • zdennis/activerecord-importzdennis avatar

    zdennis/activerecord-import

    4,151View on GitHub↗

    ActiveRecord Import is a library for inserting large datasets into a database using ActiveRecord through single or batched queries. It functions as a bulk data importer and SQL bulk insert tool designed to minimize query overhead and increase write performance. The project includes an upsert engine to handle unique constraint conflicts by updating existing records or ignoring duplicates. It also features a recursive association importer that allows parent records and their nested child associations to be inserted in a single operation. The library provides a pre-insertion validation layer to

    Ruby
    View on GitHub↗4,151