Adds MongoMapper embeds_many style behavior to ActiveRecord
Ruby
New
Free
When working with ActiveRecord models, sometimes you want to eject to a simpler, safer object. ...
Duplicating ActiveRecords is easy again.
.
Handling dynamic scope for ActiveRecord.
Deafault ActiveRecord::Errors class doesn't localize erorr messages. In some cases, we need localized error message for user. With this gem...
ActiveRecord::EnumWithLabel adds label and more to ActiveRecord::Base.enum.
Enumerated types for ActiveRecord attributes
Provides transparent encryption for ActiveRecord. You can protect your data with any encryption algorithm you want.
Library to monkey-patch ActiveRecord and add some Unicode awareness
Identify database issues before they hit production.
Allow / disallow query execution through active record
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch"...
ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods...
ActiveRecord::DebugErrors is an extension of activerecord to display useful debug logs on errors.
Retry deadlocked ActiveRecord transactions
Generate dbt files from the information of the database connected by ActiveRecord.
An ActiveRecord adapter to DBSlayer
Rake db managements tasks for projects that use ActiveRecord without Rails.
Rake task to determine if a database is available for a Rails app.
CLI-tool to check data integrity of the Rails-application project
An ActiveRecord extension for classifying models and fields as confidential data
ActiverecordDataImporter is enable to load and import file (format is csv, json) for ActiveRecord's model. For example, when you must...
Helping functionality for filtering, sorting and stuff like that with data-tables and ActiveRecord.
Allows you to easily specify default values for attributes on new model objects.
Activerecord utilities/extensions that will helps to make day-to-day application development easily.
Adds *_formatted and *_formatted= methods to all rails model's date attributes
A utility to bulk load test data for performance testing.
Support for unsigned columns and comments in ActiveRecord Schema Dumps. Useful for those squared, pesky DBA's.
cursor pagination for ActiveRecord
Extends ActiveRecord to support covering indexes in PostgreSQL using the INCLUDE clause.
N+1 count query killer for ActiveRecord
Aids you in migrating legacy model data. Saves its progress in the database and is able to resume after interruptions.
ActiveRecord extension for cursor based pagination.
Cursor-based pagination for ActiveRecord.
Allows you to use postgresql CTE in ActiveRecord
A modified version of CSV Import using activerecord-import
This plugin currently implements constraints for PostgreSQL only. It
should provide a structure for a more abstract implementation.
Currently...
Provides proxy-based connection switching logic for ActiveRecord.
Custom preloader for ActiveRecord.
Concurrently adds database indexes
A DSL for defining ActiveRecord concerns
Compatible migration file between Rails 4.2 and 5+
Manage comments for SQL tables and columns
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
Simple ActiveRecord optimization
Colorized SQL Logging Backport for ActiveRecord. See http://git.io/vmlOb
Create collections of records, represented by ActiveRecord::Relation query criteria which can be serialized and passed around without executing queries or...
Make ActiveRecord queries cacheable throughout your apps!
A collection of useful coders for ActiveRecord, including a pipeline for chaining them.
Never worry about weird diffs and merge conflicts again
Adds several different inheritance patterns for use with Rails models and ActiveRecord relations.
Provides syntax for composing models of enums.
this will add an option to add column comment in sql statement on migration
A tool to help with cloning of active record objects.
Provides the method of 'clone_ar' that can clone your current object.
\ Accepts options on both class level and method...
Provides a set of helper methods for dealing with chronological records that have common primary key and date columns denoting...
Comments for activerecord
Instruments all activerecord objects with notifications around callbacks
Allows ActiveRecord and Rails to use a `cached_at` column for the `cache_key` if available
Bulk write/upsert for ActiveRecord
Bulk insert or update
Basic Implementation of an ActiveRecord Adapter for Google's Big Query. Just handles queries right now. See TODO list in the...
Improved ActiveRecord::ConnectionAdapters::ConnectionPool alternatives
Simply conditions DSL for ActiveRecord
Convert blank values to nil.
Activerecord::BitField provide a feature of mapping bit fileds to RDB table in ActiveRecord.
stores cache in database
Custom RuboCop Extension that will prevent you from adding ActiveRecord callbacks to your Rails code.
Additonal caching logic for ActiveRecord for fast JSON APIs
This gem adds a caching layer to ActiveRecord models when finding them by a numeric primary key.
Exposes a bulk insert API to AR subclasses
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
Adds ability to active record connect to database using aws secret to store database connection informations
activerecord-autoscope automatically add useful scopes
Configuration based condition building and inclusion handling extension for ActiveRecord::Base
Sets the default values of nil attributes based on the database schema.
Amazon Aurora Serverless is an on-demand, auto-scaling configuration for Amazon Aurora (MySQL-compatible and PostgreSQL-compatible editions). Perfect for small Rails on...
Adds methods to your models to let you easily override instance attributes in specific environments.
A ActiveRecord plugin which removes leading and trailing whitespace of attributes before validation.
Test harness for BaseWithoutTable migration to Rails 5
Redirect all SELECT queries to a separate connection within a block
Implements the ActiveRecord pattern (Fowler, PoEAA) for AuthoRails ORM. It ties database tables and classes together for business objects, like...
Atomic updates to ActiveRecord models
Scans ActiveRecord models and adds automatic validations based on null, max length etc.
I should really do this at some point