awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to influitive/apartment

Open-source alternatives to Apartment

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

  • aq1018/mongoid-historyaq1018 的头像

    aq1018/mongoid-history

    392在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗392
  • basecamp/marginaliabasecamp 的头像

    basecamp/marginalia

    1,771在 GitHub 上查看↗

    Attach comments to ActiveRecord's SQL queries

    Ruby
    在 GitHub 上查看↗1,771
  • benedikt/mongoid-treebenedikt 的头像

    benedikt/mongoid-tree

    300在 GitHub 上查看↗

    A tree structure for Mongoid documents using the materialized path pattern

    Ruby
    在 GitHub 上查看↗300
  • brainspec/enumerizebrainspec 的头像

    brainspec/enumerize

    1,763在 GitHub 上查看↗

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Ruby
    在 GitHub 上查看↗1,763
  • brendon/positioningbrendon 的头像

    brendon/positioning

    414在 GitHub 上查看↗

    Simple positioning for Active Record models.

    Ruby
    在 GitHub 上查看↗414
  • cmu-is-projects/ferrycmu-is-projects 的头像

    cmu-is-projects/ferry

    244在 GitHub 上查看↗

    A data migration and visualization command line gem in Ruby

    Ruby
    在 GitHub 上查看↗244

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • collectiveidea/auditedcollectiveidea 的头像

    collectiveidea/audited

    3,491在 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
    在 GitHub 上查看↗3,491
  • drecom/activerecord-turntabledrecom 的头像

    drecom/activerecord-turntable

    208在 GitHub 上查看↗

    ActiveRecord Sharding Plugin

    Ruby
    在 GitHub 上查看↗208
  • faveod/arel-extensionsfaveod 的头像

    faveod/arel-extensions

    143在 GitHub 上查看↗

    Extending Arel

    Ruby
    在 GitHub 上查看↗143
  • franckverrot/activevalidatorsfranckverrot 的头像

    franckverrot/activevalidators

    302在 GitHub 上查看↗

    Collection of ActiveModel/ActiveRecord validators

    Ruby
    在 GitHub 上查看↗302
  • grosser/bitfieldsgrosser 的头像

    grosser/bitfields

    226在 GitHub 上查看↗

    n Booleans = 1 Integer, saves columns and migrations.

    Ruby
    在 GitHub 上查看↗226
  • jekuno/miliajekuno 的头像

    jekuno/milia

    339在 GitHub 上查看↗

    Easy multi-tenanting for Rails5 (or Rails4) Devise

    Ruby
    在 GitHub 上查看↗339
  • jhawthorn/discardjhawthorn 的头像

    jhawthorn/discard

    2,416在 GitHub 上查看↗

    🃏🗑 Soft deletes for ActiveRecord done right

    Ruby
    在 GitHub 上查看↗2,416
  • kigster/simple-feedkigster 的头像

    kigster/simple-feed

    335在 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
    在 GitHub 上查看↗335
  • ledermann/unreadledermann 的头像

    ledermann/unread

    742在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗742
  • mbleigh/acts-as-taggable-onmbleigh 的头像

    mbleigh/acts-as-taggable-on

    4,995在 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
    在 GitHub 上查看↗4,995
  • merit-gem/meritmerit-gem 的头像

    merit-gem/merit

    1,529在 GitHub 上查看↗

    Reputation engine for Rails apps

    Ruby
    在 GitHub 上查看↗1,529
  • mixonic/ranked-modelmixonic 的头像

    mixonic/ranked-model

    1,093在 GitHub 上查看↗

    An actsassortable/actsaslist replacement built for Rails 4+

    Ruby
    在 GitHub 上查看↗1,093
  • palkan/logidzepalkan 的头像

    palkan/logidze

    1,685在 GitHub 上查看↗

    Database changes log for Rails

    Ruby
    在 GitHub 上查看↗1,685
  • radar/paranoiaradar 的头像

    radar/paranoia

    2,917在 GitHub 上查看↗

    actsasparanoid for Rails 5, 6 and 7

    Ruby
    在 GitHub 上查看↗2,917
  • salsify/goldiloadersalsify 的头像

    salsify/goldiloader

    1,674在 GitHub 上查看↗

    Just the right amount of Rails eager loading

    Rubyactiverecordeager-loadinggem
    在 GitHub 上查看↗1,674
  • stefankroes/ancestrystefankroes 的头像

    stefankroes/ancestry

    3,853在 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
    在 GitHub 上查看↗3,853
  • wbotelhos/ratingwbotelhos 的头像

    wbotelhos/rating

    72在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗72
  • zdennis/activerecord-importzdennis 的头像

    zdennis/activerecord-import

    4,151在 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
    在 GitHub 上查看↗4,151