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

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to drecom/activerecord-turntable

Open-source alternatives to Activerecord Turntable

24 open-source projects similar to drecom/activerecord-turntable, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Activerecord Turntable alternative.

  • aq1018/mongoid-historyAvatar von aq1018

    aq1018/mongoid-history

    392Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗392
  • basecamp/marginaliaAvatar von basecamp

    basecamp/marginalia

    1,771Auf GitHub ansehen↗

    Attach comments to ActiveRecord's SQL queries

    Ruby
    Auf GitHub ansehen↗1,771
  • benedikt/mongoid-treeAvatar von benedikt

    benedikt/mongoid-tree

    300Auf GitHub ansehen↗

    A tree structure for Mongoid documents using the materialized path pattern

    Ruby
    Auf GitHub ansehen↗300
  • brainspec/enumerizeAvatar von brainspec

    brainspec/enumerize

    1,763Auf GitHub ansehen↗

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Ruby
    Auf GitHub ansehen↗1,763
  • brendon/positioningAvatar von brendon

    brendon/positioning

    414Auf GitHub ansehen↗

    Simple positioning for Active Record models.

    Ruby
    Auf GitHub ansehen↗414
  • cmu-is-projects/ferryAvatar von cmu-is-projects

    cmu-is-projects/ferry

    244Auf GitHub ansehen↗

    A data migration and visualization command line gem in Ruby

    Ruby
    Auf GitHub ansehen↗244

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • collectiveidea/auditedAvatar von collectiveidea

    collectiveidea/audited

    3,491Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,491
  • faveod/arel-extensionsAvatar von faveod

    faveod/arel-extensions

    143Auf GitHub ansehen↗

    Extending Arel

    Ruby
    Auf GitHub ansehen↗143
  • franckverrot/activevalidatorsAvatar von franckverrot

    franckverrot/activevalidators

    302Auf GitHub ansehen↗

    Collection of ActiveModel/ActiveRecord validators

    Ruby
    Auf GitHub ansehen↗302
  • grosser/bitfieldsAvatar von grosser

    grosser/bitfields

    226Auf GitHub ansehen↗

    n Booleans = 1 Integer, saves columns and migrations.

    Ruby
    Auf GitHub ansehen↗226
  • influitive/apartmentAvatar von influitive

    influitive/apartment

    2,688Auf GitHub ansehen↗

    Database multi-tenancy for Rack (and Rails) applications

    Ruby
    Auf GitHub ansehen↗2,688
  • jekuno/miliaAvatar von jekuno

    jekuno/milia

    339Auf GitHub ansehen↗

    Easy multi-tenanting for Rails5 (or Rails4) Devise

    Ruby
    Auf GitHub ansehen↗339
  • jhawthorn/discardAvatar von jhawthorn

    jhawthorn/discard

    2,416Auf GitHub ansehen↗

    🃏🗑 Soft deletes for ActiveRecord done right

    Ruby
    Auf GitHub ansehen↗2,416
  • kigster/simple-feedAvatar von kigster

    kigster/simple-feed

    335Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗335
  • ledermann/unreadAvatar von ledermann

    ledermann/unread

    742Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗742
  • mbleigh/acts-as-taggable-onAvatar von mbleigh

    mbleigh/acts-as-taggable-on

    4,995Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,995
  • merit-gem/meritAvatar von merit-gem

    merit-gem/merit

    1,529Auf GitHub ansehen↗

    Reputation engine for Rails apps

    Ruby
    Auf GitHub ansehen↗1,529
  • mixonic/ranked-modelAvatar von mixonic

    mixonic/ranked-model

    1,093Auf GitHub ansehen↗

    An actsassortable/actsaslist replacement built for Rails 4+

    Ruby
    Auf GitHub ansehen↗1,093
  • palkan/logidzeAvatar von palkan

    palkan/logidze

    1,685Auf GitHub ansehen↗

    Database changes log for Rails

    Ruby
    Auf GitHub ansehen↗1,685
  • radar/paranoiaAvatar von radar

    radar/paranoia

    2,917Auf GitHub ansehen↗

    actsasparanoid for Rails 5, 6 and 7

    Ruby
    Auf GitHub ansehen↗2,917
  • salsify/goldiloaderAvatar von salsify

    salsify/goldiloader

    1,674Auf GitHub ansehen↗

    Just the right amount of Rails eager loading

    Rubyactiverecordeager-loadinggem
    Auf GitHub ansehen↗1,674
  • stefankroes/ancestryAvatar von stefankroes

    stefankroes/ancestry

    3,853Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,853
  • wbotelhos/ratingAvatar von wbotelhos

    wbotelhos/rating

    72Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗72
  • zdennis/activerecord-importAvatar von zdennis

    zdennis/activerecord-import

    4,151Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,151