Sample application for active_record_compose gem
A Visual Studio Code extension to explore and navigate Rails database schema files with ease
A object relational mapper with a query builder and out of box support for MySQL databases.
searchlogic for Rails 3+!
Yii2: high-performance, component-based PHP framework with ActiveRecord, RBAC, REST APIs, caching, migrations, and first-class Inertia.js and Vite int...
Substring search for encrypted Rails columns using pluggable indexing strategies. Ships with n-gram search out of the box.
An attempt at real inheritance for ActiveRecord models.
Allows typecast for Model and ActiveRecord attributes for Yii1
In this episode, we look at a few different ways of improving the speed of a page. There are many paths to take. Some of them leaves a lot of optimiza...
An easy-to-use ActiveRecord batch loader to prevent N+1 database queries
Fall back to base model on missing STI subclasses in ActiveRecord
Real estate website for selling your property, browsing or purchasing other properties, and, as an administrator, performing CRUD operations on real e...
Strict pagination validation for ActiveRecord, prevents unsafe JOINs that cause inconsistent pagination results
Guia prático de como utilizar o a Gem ActiveRecord do Ruby sem framework. 🚀
The Food Recipe App keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, c...
Signoff adds convention-over-configuration approval workflows to ActiveRecord models. Declare states and transitions with a simple DSL, get submit!/ap...
Continuously sync MySQL schema definitions to PostgreSQL via a declarative DSL.
Translates ActiveRecord relations into plain English by explaining common Arel query nodes like where, joins, order, group, and limit.
Drop-in audit trail for Rails: user actions & model changes, transaction-aware, sensitive-data filtering, pluggable delivery hooks.
Maglev is a Rails-native, read-only knowledge and query layer for ActiveRecord applications.
Dump type information of non-standard MySQL primary keys
Framework-agnostic encrypted columns for Ruby with versioned key rotation and optional blind indexes for equality lookups.
Rails integration for pico_phone: ActiveRecord attribute type, validator, and normalizer for phone numbers
Resumable, verifiable data migrations for Rails
🌱 learn ActiveRecord through practicing on plants and their parents 🌱
Lightweight web app for keeping track of racquet sports activities. Record and review matches, coaching, racquets and more!
Translate your fields in ActiveRecord.
An ActiveRecord like ODM for AWS DynamoDB
A simple key-value store for activerecord
This was a practice project using Active Record. In it, we were expected to use Active Record methods in order to get the same answer that the project...
Helpers for testing ActiveRecords in Assert test suites.
find record by date from DB tables that is not indexed by date column (for ActiveRecord)
Provides `ActiveRecord::Relation#except`, a convenience method that lets you select all the fields from a table except for the given ones.
Plugs in ActiveRecord so Dbee can use Arel for SQL generation.
Backport of `ActiveRecord::QueryMethods::WhereChain#missing` for Rails 6.0 and 5.x applications.
An ActiveRecord extension to build date oriented pagination links
Backport of `ActiveRecord::Relation#pick` for Rails 5 and 4.2 applications.
Dynamically extensible ActiveQuery class
Blazing fast ActiveRecord library to create tags using ElasticSearch
Encrypted attributes for activerecord models
Add virtual attributes to an ActiveRecord model based on an SQL query
Slice and dice your Cucumber tables with ease! Assumes usage of ActiveRecord and Capybara.
Ruby Gem for quick, standard code, for faster batched imports of complex nested data/models.
simple_group is able to add group function to ActiveRecord.
A database-backed JSON:API in Ruby and Rails
has_order is an ORM extension that provides user-sorting capabilities.
An ORM inspired by activerecord which uses the filesystem and TMSU tagging system
Basic book manager app supporting CRUD operations written in Ruby using active records outside Rails.