activerecord topic

List activerecord repositories

deep_pluck

460
Stars
14
Forks
Watchers

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

find_with_order

38
Stars
6
Forks
Watchers

Provides a simple way to find records in the same order of input array. Has better performance than manually sorting. (Support both PostgreSQL and MySQL)

attribute_normalizer

476
Stars
53
Forks
Watchers

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

rails_async_migrations

57
Stars
9
Forks
Watchers

Asynchronous support for ActiveRecord::Migration

query-objects-example

38
Stars
7
Forks
Watchers

Example of rails app using Query Objects

octopus

2.5k
Stars
502
Forks
Watchers

Database Sharding for ActiveRecord

acts_as_textcaptcha

59
Stars
12
Forks
Watchers

Text-based logic question captcha's for Rails 🚫🤖

fresh_connection

58
Stars
10
Forks
Watchers

FreshConnection provides access to one or more configured database replicas.

jsonapi-utils

215
Stars
82
Forks
Watchers

Build JSON API-compliant APIs on Rails with no (or less) learning curve.

online_migrations

582
Stars
16
Forks
Watchers

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, e...