An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with activerecord

A curated list of projects in awesome lists tagged with activerecord .

https://github.com/paper-trail-gem/paper_trail

Track changes to your rails models

activerecord audit log rails ruby

Last synced: 09 Sep 2025

https://github.com/aasm/aasm

AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)

aasm activerecord hacktoberfest mongoid rails ruby state-machine transition

Last synced: 14 May 2025

https://github.com/ctran/annotate_models

Annotate Rails classes with schema and routes info

activerecord rails ruby

Last synced: 07 May 2025

https://github.com/collectiveidea/audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.

activerecord audit audit-log audit-trail auditing rails ruby

Last synced: 12 May 2025

https://github.com/sqlkata/querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

activerecord c-sharp csharp data-access-layer database mysql postgresql query-builder sql sql-query sql-query-builder sql-server

Last synced: 13 May 2025

https://github.com/elastic/elasticsearch-rails

Elasticsearch integrations for ActiveModel/Record and Ruby on Rails

activemodel activerecord elastic elasticsearch rails ruby ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/public-activity/public_activity

Easy activity tracking for models - similar to Github's Public Activity

activerecord activity-stream hackertoberfest news-feed rails ruby tracking

Last synced: 16 Jan 2026

https://github.com/thiagopradi/octopus

Database Sharding for ActiveRecord

activerecord ruby ruby-on-rails sharding

Last synced: 19 Feb 2026

https://github.com/magnusvk/counter_culture

Turbo-charged counter caches for your Rails app.

activerecord counter-cache database gem rails ruby utility-library

Last synced: 16 May 2025

https://github.com/shopify/identity_cache

IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!

activerecord cache webscale

Last synced: 11 May 2025

https://github.com/Shopify/identity_cache

IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch!

activerecord cache webscale

Last synced: 27 Mar 2025

https://github.com/ClosureTree/closure_tree

Easily and efficiently make your ActiveRecord models support hierarchies

activerecord ancestry child closure-tree descendants hierarchies hierarchy nested-hashes nested-set parent rails ruby tree-structure

Last synced: 16 Jul 2025

https://github.com/closuretree/closure_tree

Easily and efficiently make your ActiveRecord models support hierarchies

activerecord ancestry child closure-tree descendants hierarchies hierarchy nested-hashes nested-set parent rails ruby tree-structure

Last synced: 10 Apr 2025

https://github.com/mceachen/closure_tree

Easily and efficiently make your ActiveRecord models support hierarchies

activerecord ancestry child closure-tree descendants hierarchies hierarchy nested-hashes nested-set parent rails ruby tree-structure

Last synced: 18 Dec 2025

https://github.com/gregnavis/active_record_doctor

Identify database issues before they hit production.

activerecord database performance rails ruby

Last synced: 08 Apr 2025

https://github.com/brainspec/enumerize

Enumerated attributes with I18n and ActiveRecord/Mongoid support

activerecord mongoid ruby

Last synced: 11 May 2025

https://github.com/palkan/logidze

Database changes log for Rails

activerecord hacktoberfest postgresql rails versioning

Last synced: 13 May 2025

https://github.com/salsify/goldiloader

Just the right amount of Rails eager loading

activerecord eager-loading gem hacktoberfest performance ruby-on-rails

Last synced: 12 May 2025

https://github.com/adzap/validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.

activemodel activerecord rails validation

Last synced: 10 Apr 2025

https://github.com/ankane/lockbox

Modern encryption for Ruby and Rails

activerecord activestorage carrierwave encryption libsodium mongoid

Last synced: 17 Nov 2025

https://github.com/casecommons/pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

activerecord metaphone multi-search pg-search postgresql ruby search trigrams tsearch

Last synced: 10 May 2025

https://github.com/Casecommons/pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

activerecord metaphone multi-search pg-search postgresql ruby search trigrams tsearch

Last synced: 16 Mar 2025

https://github.com/westonganger/spreadsheet_architect

Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.

activerecord csv excel excel-export export ods rails ruby spreadsheet xlsx

Last synced: 25 Apr 2025

https://github.com/georgekaraszi/activerecordextended

Adds additional postgres functionality to an ActiveRecord / Rails application

activerecord postgres rails

Last synced: 13 May 2025

https://github.com/GeorgeKaraszi/ActiveRecordExtended

Adds additional postgres functionality to an ActiveRecord / Rails application

activerecord postgres rails

Last synced: 14 Mar 2025

https://github.com/Dreampie/Resty

The minimalist framework of RESTful(server and client) - Resty

activerecord httpclient java restful server web

Last synced: 12 Jul 2025

https://github.com/dreampie/resty

The minimalist framework of RESTful(server and client) - Resty

activerecord httpclient java restful server web

Last synced: 16 May 2025

https://github.com/pawurb/rails-pg-extras

Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.

activerecord postgresql rails

Last synced: 13 May 2025

https://github.com/dmitrytsepelev/store_model

Work with JSON-backed attributes as ActiveRecord-ish models

activerecord hacktoberfest json rails ruby

Last synced: 08 Oct 2025

https://github.com/madeintandem/jsonb_accessor

Adds typed jsonb backed fields to your ActiveRecord models.

activerecord jsonb jsonb-accessor postgres query ruby

Last synced: 08 Apr 2025

https://github.com/DmitryTsepelev/store_model

Work with JSON-backed attributes as ActiveRecord-ish models

activerecord hacktoberfest json rails ruby

Last synced: 13 Mar 2025

https://github.com/bogdan/datagrid

Gem to create tables grids with sortable columns and filters

activerecord gem grid mongoid rails ruby table tableview

Last synced: 27 Apr 2025

https://github.com/ridgepole/ridgepole

Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet)

activerecord mysql postgresql rails ruby

Last synced: 13 May 2025

https://github.com/djezzzl/database_consistency

The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.

activerecord consistency database optimization performance rails ruby ruby-on-rails tool

Last synced: 09 Apr 2025

https://github.com/paulelliott/fabrication

This project has moved to GitLab! Please check there for the latest updates.

activerecord cucumber datamapper mongoid rspec ruby sequel testing

Last synced: 17 Dec 2025

https://github.com/brunofacca/active-record-query-trace

Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record

activerecord backtrace ruby ruby-on-rails

Last synced: 11 Apr 2025

https://github.com/textacular/textacular

Textacular exposes full text search capabilities from PostgreSQL, and allows you to declare full text indexes. Textacular will extend ActiveRecord with named_scope methods making searching easy and fun!

activerecord postgresql rails ruby

Last synced: 11 Nov 2025

https://github.com/palkan/isolator

Detect non-atomic interactions within DB transactions

activerecord developer-tools hacktoberfest rails testing-tools

Last synced: 13 May 2025

https://github.com/jhund/filterrific

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.

activerecord filter ruby-on-rails

Last synced: 28 Apr 2025

https://github.com/rgeo/activerecord-postgis-adapter

ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo

activerecord postgis postgresql rails rgeo ruby

Last synced: 14 May 2025

https://github.com/balvig/spyke

Interact with REST services in an ActiveRecord-like manner

activerecord api faraday json rest rest-api ruby

Last synced: 14 May 2025

https://github.com/javalite/javalite

JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life

activejdbc activerecord agile conventions java javalite rapid-development web-development web-framework

Last synced: 16 Dec 2025

https://github.com/mrkamel/search_cop

Search engine like fulltext query support for ActiveRecord

activerecord fulltext-indices fulltext-support mysql postgres ruby search search-engine

Last synced: 10 Apr 2025

https://github.com/absent1706/sqlalchemy-mixins

Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy

activerecord django-like eager-load eager-loading orm orm-extension sqlalchemy

Last synced: 14 Dec 2025

https://github.com/IFTTT/polo

Polo travels through your database and creates sample snapshots so you can work with real world data in development.

activerecord database productivity snapshot

Last synced: 13 Mar 2025

https://github.com/ledermann/unread

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

activerecord rails ruby rubygems unread-records

Last synced: 29 Apr 2025

https://github.com/citusdata/activerecord-multi-tenant

Rails/ActiveRecord support for distributed multi-tenant databases like Postgres+Citus

activerecord citus multi-tenant rails

Last synced: 13 May 2025

https://github.com/sinatra-activerecord/sinatra-activerecord

Extends Sinatra with ActiveRecord helper methods and Rake tasks.

activerecord sinatra

Last synced: 28 Mar 2025

https://github.com/github/github-ds

A collection of Ruby libraries for working with SQL on top of ActiveRecord's connection

activerecord key-value mysql rails ruby sql

Last synced: 14 May 2025

https://github.com/dmitrytsepelev/ar_lazy_preload

Lazy loading associations for the ActiveRecord models

activerecord eager-loading rails ruby

Last synced: 14 May 2025

https://github.com/DmitryTsepelev/ar_lazy_preload

Lazy loading associations for the ActiveRecord models

activerecord eager-loading rails ruby

Last synced: 16 Jul 2025

https://github.com/nullobject/rein

Database constraints made easy for ActiveRecord.

activerecord constraints database library postgres rails ruby

Last synced: 15 May 2025

https://github.com/fatkodima/online_migrations

Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).

activerecord gem migrations postgresql rails ruby

Last synced: 14 May 2025

https://github.com/amatsuda/stateful_enum

A very simple state machine plugin built on top of ActiveRecord::Enum

activerecord enum rails statemachine

Last synced: 25 Dec 2025

https://github.com/afair/postgresql_cursor

ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set

activerecord batch cursor for-update large-scale postgresql postgresql-cursor ruby ruby-gem

Last synced: 25 Mar 2025

https://github.com/devise-security/devise-security

A security extension for devise, meeting industry-standard security demands for web applications.

activerecord devise devise-modules hacktoberfest mongoid password-expiration passwords rails ruby security session-management

Last synced: 12 May 2025

https://github.com/rmm5t/strip_attributes

:hocho: An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.

activemodel activerecord rails ruby rubygem

Last synced: 13 May 2025

https://github.com/yosiat/panko_serializer

High Performance JSON Serialization for ActiveRecord & Ruby Objects

activerecord json-serialization oj performance ruby serialization serializer

Last synced: 14 May 2025

https://github.com/jrochkind/attr_json

Serialized json-hash-backed ActiveRecord attributes, super smooth

activerecord jsonb postgresql

Last synced: 14 May 2025

https://github.com/LendingHome/zero_downtime_migrations

Zero downtime migrations with ActiveRecord 3+ and PostgreSQL

activerecord database migrations postgres rails ruby

Last synced: 16 Jul 2025

https://github.com/toptal/database_validations

Database validations for ActiveRecord

activerecord database performance ruby ruby-on-rails

Last synced: 14 Apr 2025

https://github.com/zilverline/sequent

CQRS & event sourcing framework for Ruby

activerecord cqrs eventsourcing eventstore ruby sequent

Last synced: 10 Jul 2025

https://github.com/directorytree/ldaprecord

A fully-featured LDAP framework.

activerecord ldap

Last synced: 13 May 2025

https://github.com/directorytree/ldaprecord-laravel

Multi-domain LDAP Authentication & Management for Laravel.

activerecord laravel ldap ldap-auth ldap-authentication

Last synced: 14 May 2025

https://github.com/evilmartians/evil-seed

A Gem for creating partial anonymized dumps of your database using your app model relations.

activerecord database database-dump mysql postgresql rails replication ruby seeds

Last synced: 15 May 2025

https://github.com/glebm/order_query

Find next / previous Active Record(s) in one query

activerecord keyset-paging pagination rails ruby

Last synced: 11 Nov 2025

https://github.com/rzane/baby_squeel

:pig: An expressive query DSL for Active Record

activerecord arel dsl orm query sql squeel

Last synced: 15 May 2025

https://github.com/rkrage/pg_party

ActiveRecord PostgreSQL Partitioning

activerecord partition partitioning postgres postgresql rails ruby

Last synced: 10 Apr 2025

https://github.com/mdeering/attribute_normalizer

Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers

activerecord normalization rails ruby

Last synced: 08 Oct 2025

https://github.com/DirectoryTree/LdapRecord

A fully-featured LDAP framework.

activerecord ldap

Last synced: 07 Sep 2025

https://github.com/jruby/activerecord-jdbc-adapter

JRuby's ActiveRecord adapter using JDBC.

activerecord activerecord-jdbc-adapter ar-jdbc jruby rails

Last synced: 13 May 2025

https://github.com/khiav223577/deep_pluck

Allow you to pluck attributes from nested associations without loading a bunch of records.

activerecord eager-loading orm-extension rails rubygems

Last synced: 15 May 2025

https://github.com/boxcarsai/boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.

activerecord langchain openai ruby sql

Last synced: 16 May 2025

https://github.com/imdrasil/jennifer.cr

Crystal ORM using ActiveRecord pattern with flexible query DSL

activerecord chainable-methods crystal crystal-language mysql orm postgresql

Last synced: 15 May 2025

https://github.com/BoxcarsAI/boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.

activerecord langchain openai ruby sql

Last synced: 08 Apr 2025

https://github.com/mirego/activerecord_json_validator

🔩 ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.

activemodel activerecord json-schema

Last synced: 12 Apr 2025

https://github.com/algolia/algoliasearch-rails

AlgoliaSearch integration to your favorite ORM

activerecord algolia gem mongoid rails search sequel

Last synced: 14 May 2025

https://github.com/palkan/store_attribute

ActiveRecord extension which adds typecasting to store accessors

activerecord hacktoberfest store-accessors

Last synced: 14 May 2025

https://github.com/state-machines/state_machines-activerecord

StateMachines Active Record Integration

activerecord ruby state-machine

Last synced: 16 Jul 2025

https://github.com/damln/localtower

The first UI to manage your Rails DB migrations.

activerecord database postgres rails ruby schema

Last synced: 12 Apr 2025

https://github.com/rails-engine/action-store

Store different kind of actions (Like ❤️, Follow 👁, Star ⭐, Block ...) in one table via ActiveRecord Polymorphic Association.

activerecord bookmark favorite follow followers likes star subscribe watch

Last synced: 06 Apr 2025

https://github.com/derrickreimer/sequenced

Generate scoped sequential IDs for ActiveRecord models

activerecord ruby

Last synced: 05 Apr 2025

https://github.com/hooopo/second_level_cache

Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6.

activerecord activerecord5 cache cache-money rails rails5 rails6

Last synced: 08 Apr 2025

https://github.com/bibendi/activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.

activerecord enum postgres postgresql rails ruby

Last synced: 15 May 2025

https://github.com/drwl/annotaterb

A Ruby Gem that adds annotations to your Rails models and route files.

activerecord annotations rails ruby

Last synced: 15 May 2025

https://github.com/jhollinger/occams-record

The missing high-efficiency query API for ActiveRecord

activerecord activerecord-queries performance ruby sql

Last synced: 10 Jul 2025

https://github.com/excid3/prefixed_ids

Friendly Prefixed IDs for your Ruby on Rails models

activerecord rails ruby ruby-on-rails

Last synced: 12 Apr 2025

https://github.com/fredwu/datamappify

Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!

activerecord data-mapper data-mapping data-persistence entity orm repository-pattern

Last synced: 04 Apr 2025

https://github.com/continuum/active_importer

Define importers that load tabular data from spreadsheets or CSV files into any ActiveRecord-like ORM.

activerecord csv-files data-import importer orm ruby spreadsheet tabular-data

Last synced: 27 Mar 2025