activerecord-extension
There are 9 repositories under activerecord-extension topic.
bensheldon/activerecord-has_some_of_many
Optimized top-N-per-group Active Record associations using lateral joins
delonnewman/activerecord-setops
Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).
ManageIQ/activerecord-virtual_attributes
VirtualAttributes allows you to define a ruby method that acts like an attribute or relation.
OpenGems/rails_scopy
Generate automatically scopes in your model (PostgreSQL, SQLite, MySQL, etc...)
wantedly/activerecord-lookml
[Experimental] ActiveRecord extension for LookML (Looker)
brendantang/auto_alert
A plugin for Rails which makes it easy to specify conditions to raise or resolve alert records associated with your ActiveRecord models
ManageIQ/activerecord-id_regions
ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes
mauromorales/activerecord-except
Provides `ActiveRecord::Relation#except`, a convenience method that lets you select all the fields from a table except for the given ones.