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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to aq1018/mongoid-history

Open-source alternatives to Mongoid History

24 open-source projects similar to aq1018/mongoid-history, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mongoid History alternative.

  • basecamp/marginaliaAvatar de basecamp

    basecamp/marginalia

    1,771Voir sur GitHub↗

    Attach comments to ActiveRecord's SQL queries

    Ruby
    Voir sur GitHub↗1,771
  • benedikt/mongoid-treeAvatar de benedikt

    benedikt/mongoid-tree

    300Voir sur GitHub↗

    A tree structure for Mongoid documents using the materialized path pattern

    Ruby
    Voir sur GitHub↗300
  • brainspec/enumerizeAvatar de brainspec

    brainspec/enumerize

    1,763Voir sur GitHub↗

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Ruby
    Voir sur GitHub↗1,763
  • brendon/positioningAvatar de brendon

    brendon/positioning

    414Voir sur GitHub↗

    Simple positioning for Active Record models.

    Ruby
    Voir sur GitHub↗414
  • cmu-is-projects/ferryAvatar de cmu-is-projects

    cmu-is-projects/ferry

    244Voir sur GitHub↗

    A data migration and visualization command line gem in Ruby

    Ruby
    Voir sur GitHub↗244
  • collectiveidea/auditedAvatar de collectiveidea

    collectiveidea/audited

    3,491Voir sur 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
    Voir sur GitHub↗3,491

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • drecom/activerecord-turntableAvatar de drecom

    drecom/activerecord-turntable

    208Voir sur GitHub↗

    ActiveRecord Sharding Plugin

    Ruby
    Voir sur GitHub↗208
  • faveod/arel-extensionsAvatar de faveod

    faveod/arel-extensions

    143Voir sur GitHub↗

    Extending Arel

    Ruby
    Voir sur GitHub↗143
  • franckverrot/activevalidatorsAvatar de franckverrot

    franckverrot/activevalidators

    302Voir sur GitHub↗

    Collection of ActiveModel/ActiveRecord validators

    Ruby
    Voir sur GitHub↗302
  • grosser/bitfieldsAvatar de grosser

    grosser/bitfields

    226Voir sur GitHub↗

    n Booleans = 1 Integer, saves columns and migrations.

    Ruby
    Voir sur GitHub↗226
  • influitive/apartmentAvatar de influitive

    influitive/apartment

    2,688Voir sur GitHub↗

    Database multi-tenancy for Rack (and Rails) applications

    Ruby
    Voir sur GitHub↗2,688
  • jekuno/miliaAvatar de jekuno

    jekuno/milia

    339Voir sur GitHub↗

    Easy multi-tenanting for Rails5 (or Rails4) Devise

    Ruby
    Voir sur GitHub↗339
  • jhawthorn/discardAvatar de jhawthorn

    jhawthorn/discard

    2,416Voir sur GitHub↗

    🃏🗑 Soft deletes for ActiveRecord done right

    Ruby
    Voir sur GitHub↗2,416
  • kigster/simple-feedAvatar de kigster

    kigster/simple-feed

    335Voir sur 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
    Voir sur GitHub↗335
  • ledermann/unreadAvatar de ledermann

    ledermann/unread

    742Voir sur GitHub↗

    Handle unread records and mark them as read with Ruby on Rails

    Ruby
    Voir sur GitHub↗742
  • mbleigh/acts-as-taggable-onAvatar de mbleigh

    mbleigh/acts-as-taggable-on

    4,995Voir sur 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
    Voir sur GitHub↗4,995
  • merit-gem/meritAvatar de merit-gem

    merit-gem/merit

    1,529Voir sur GitHub↗

    Reputation engine for Rails apps

    Ruby
    Voir sur GitHub↗1,529
  • mixonic/ranked-modelAvatar de mixonic

    mixonic/ranked-model

    1,093Voir sur GitHub↗

    An actsassortable/actsaslist replacement built for Rails 4+

    Ruby
    Voir sur GitHub↗1,093
  • palkan/logidzeAvatar de palkan

    palkan/logidze

    1,685Voir sur GitHub↗

    Database changes log for Rails

    Ruby
    Voir sur GitHub↗1,685
  • radar/paranoiaAvatar de radar

    radar/paranoia

    2,917Voir sur GitHub↗

    actsasparanoid for Rails 5, 6 and 7

    Ruby
    Voir sur GitHub↗2,917
  • salsify/goldiloaderAvatar de salsify

    salsify/goldiloader

    1,674Voir sur GitHub↗

    Just the right amount of Rails eager loading

    Rubyactiverecordeager-loadinggem
    Voir sur GitHub↗1,674
  • stefankroes/ancestryAvatar de stefankroes

    stefankroes/ancestry

    3,853Voir sur 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
    Voir sur GitHub↗3,853
  • wbotelhos/ratingAvatar de wbotelhos

    wbotelhos/rating

    72Voir sur GitHub↗

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

    Ruby
    Voir sur GitHub↗72
  • zdennis/activerecord-importAvatar de zdennis

    zdennis/activerecord-import

    4,151Voir sur 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
    Voir sur GitHub↗4,151