activerecord topic

List activerecord repositories

activeentity

52
Stars
8
Forks
Watchers

Active Record without Database

ar_lazy_preload

628
Stars
22
Forks
Watchers

Lazy loading associations for the ActiveRecord models

datagrid

1.0k
Stars
114
Forks
Watchers

Gem to create tables grids with sortable columns and filters

annotate_models

4.3k
Stars
583
Forks
Watchers

Annotate Rails classes with schema and routes info

where_chain

42
Stars
4
Forks
Watchers

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

acts_as_hashids

87
Stars
25
Forks
Watchers

Use Youtube-Like ID in ActiveRecord seamlessly.

activerecord-explainer

49
Stars
5
Forks
Watchers

This gem automatically logs SQL EXPLAIN of every queries

arca

27
Stars
1
Forks
Watchers

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

awesome-python-models

149
Stars
9
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).