activerecord-queries
There are 14 repositories under activerecord-queries topic.
jhollinger/occams-record
The missing high-efficiency query API for ActiveRecord
rubysamurai/query_count
SQL queries counter for Rails apps
delonnewman/activerecord-setops
Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).
RichOrElse/query_delegator
Composable and re-usable query objects for Active Record.
OpenGems/rails_scopy
Generate automatically scopes in your model (PostgreSQL, SQLite, MySQL, etc...)
delonnewman/activerecord-pull
A simple query interface for pulling deeply nested data from records.
kfyodor/fast_preloader
Alternative associations preloader for Rails' ActiveRecord
pacop/active_record_arrangeable
Friendly and easy sort
platbr/where_unless_blank
This gem removes statements with null/blank values from query.
lujanfernaud/advanced-activerecord-querying-aggregations
Upcase exercise on Advanced ActiveRecord Querying
lujanfernaud/advanced-activerecord-querying-belongs_to-associations
Upcase exercise on Advanced ActiveRecord Querying
lujanfernaud/advanced-activerecord-querying-custom-joins
Upcase exercise on Advanced ActiveRecord Querying
lujanfernaud/advanced-activerecord-querying-has_many-associations
Upcase exercise on Advanced ActiveRecord Querying