activerecord topic

List activerecord repositories

activeentity

46
Stars
7
Forks
Watchers

Active Record without Database

ar_lazy_preload

407
Stars
19
Forks
Watchers

Lazy loading associations for the ActiveRecord models

datagrid

952
Stars
109
Forks
Watchers

Gem to create tables grids with sortable columns and filters

annotate_models

4.1k
Stars
553
Forks
Watchers

Annotate Rails classes with schema and routes info

where_chain

40
Stars
4
Forks
Watchers

WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!

acts_as_hashids

83
Stars
22
Forks
Watchers

Use Youtube-Like ID in ActiveRecord seamlessly.

activerecord-explainer

50
Stars
4
Forks
Watchers

This gem automatically logs SQL EXPLAIN of every queries

arca

25
Stars
1
Forks
Watchers

Arca is a callback analyzer for ActiveRecord ideally suited for digging yourself out of callback hell

awesome-python-models

135
Stars
10
Forks
Watchers

A curated list of awesome Python libraries, which implement models, schemas, serializers/deserializers, ODM's/ORM's, Active Records or similar patterns.

activerecord-setops

21
Stars
1
Forks
Watchers

Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).