Median and percentile for Active Record, Mongoid, arrays, and hashes
Add EXPLAIN ANALYZE to Rails Active Record query objects
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries
Adds additional postgres functionality to an ActiveRecord / Rails application
A library for bulk insertion of data into your database using ActiveRecord.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Goodbye serialize, hello hstore. Speed up hashes in the database.
UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model
Serialized json-hash-backed ActiveRecord attributes, super smooth
Composite Primary Keys support for Active Record
Blazing fast pagination for ActiveRecord with deferred joins ⚡️
The simplest way to group temporal data
A nice shortcut for group count queries
Adds typed jsonb backed fields to your ActiveRecord models.
Adds support for missing PostgreSQL data types to ActiveRecord
ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set
Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Active Record, improved. Live again :)
ActiveRecord extension which adds typecasting to store accessors
Work with JSON-backed attributes as ActiveRecord-ish models
🔪 An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Wrap your methods in DB Transactions
Dynamically build an Active Record model (with table) within a test context