activerecord topic

List activerecord repositories

baby_squeel

497
Stars
50
Forks
Watchers

:pig: An expressive query DSL for Active Record

ar-uuid

46
Stars
4
Forks
Watchers

Override migration methods to support UUID columns without having to be explicit about it.

graphql-query-resolver

147
Stars
12
Forks
Watchers

Minimize N+1 queries generated by GraphQL and ActiveRecord

unique_validation_inspector

26
Stars
2
Forks
Watchers

A Rake task that helps you find unique validations in Rails models that do not have proper DB indexes.

activerecord-debug_errors

27
Stars
1
Forks
Watchers

An extension of activerecord to display useful debug logs on errors

enummer

27
Stars
3
Forks
Watchers

🏳️‍🌈 Multi enums (aka flags) for Rails

sequenced

397
Stars
64
Forks
Watchers

Generate scoped sequential IDs for ActiveRecord models

activerecord_where_assoc

208
Stars
9
Forks
Watchers

Make ActiveRecord do conditions on your associations

active_model_cachers

63
Stars
9
Forks
Watchers

Simply cache whatever you want by using cachers which will help you maintain cached objects and expire them when they are changed.

atomically

26
Stars
3
Forks
Watchers

An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.