Activerecord::BitField provide a feature of mapping bit fileds to RDB table in ActiveRecord.
Ruby
New
Free
Simple bitmask attribute support for ActiveRecord
Convert blank values to nil.
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
Simply conditions DSL for ActiveRecord
Improved ActiveRecord::ConnectionAdapters::ConnectionPool alternatives
Basic Implementation of an ActiveRecord Adapter for Google's Big Query. Just handles queries right now. See TODO list in the...
.
Exposes a bulk insert API to AR subclasses
Bulk insert or update
Bulk write/upsert for ActiveRecord
This gem adds a caching layer to ActiveRecord models when finding them by a numeric primary key.
Allows ActiveRecord and Rails to use a `cached_at` column for the `cache_key` if available
stores cache in database
Additonal caching logic for ActiveRecord for fast JSON APIs
Instruments all activerecord objects with notifications around callbacks
Custom RuboCop Extension that will prevent you from adding ActiveRecord callbacks to your Rails code.
Adds several different inheritance patterns for use with Rails models and ActiveRecord relations.
Provides a set of helper methods for dealing with chronological records that have common primary key and date columns denoting...
Never worry about weird diffs and merge conflicts again
Provides the method of 'clone_ar' that can clone your current object.
\ Accepts options on both class level and method...
A tool to help with cloning of active record objects.
A collection of useful coders for ActiveRecord, including a pipeline for chaining them.
Make ActiveRecord queries cacheable throughout your apps!
Create collections of records, represented by ActiveRecord::Relation query criteria which can be serialized and passed around without executing queries or...
Colorized SQL Logging Backport for ActiveRecord. See http://git.io/vmlOb
this will add an option to add column comment in sql statement on migration
Simple ActiveRecord optimization
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
Comments for activerecord
Manage comments for SQL tables and columns
Compatible migration file between Rails 4.2 and 5+
Provides syntax for composing models of enums.
A DSL for defining ActiveRecord concerns
Concurrently adds database indexes
Provides proxy-based connection switching logic for ActiveRecord.
This plugin currently implements constraints for PostgreSQL only. It
should provide a structure for a more abstract implementation.
Currently...
Aids you in migrating legacy model data. Saves its progress in the database and is able to resume after interruptions.
N+1 count query killer for ActiveRecord
Extends ActiveRecord to support covering indexes in PostgreSQL using the INCLUDE clause.
A modified version of CSV Import using activerecord-import
Allows you to use postgresql CTE in ActiveRecord
cursor pagination for ActiveRecord
Cursor-based pagination for ActiveRecord.
ActiveRecord extension for cursor based pagination.
Custom preloader for ActiveRecord.
Support for unsigned columns and comments in ActiveRecord Schema Dumps. Useful for those squared, pesky DBA's.
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...
CLI-tool to check data integrity of the Rails-application project
A utility to bulk load test data for performance testing.
Helping functionality for filtering, sorting and stuff like that with data-tables and ActiveRecord.
Adds *_formatted and *_formatted= methods to all rails model's date attributes
Rake task to determine if a database is available for a Rails app.
An ActiveRecord adapter to DBSlayer
Generate dbt files from the information of the database connected by ActiveRecord.
Rake db managements tasks for projects that use ActiveRecord without Rails.
Retry deadlocked ActiveRecord transactions
ActiveRecord::DebugErrors is an extension of activerecord to display useful debug logs on errors.
Activerecord utilities/extensions that will helps to make day-to-day application development easily.
ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods...
Allows you to easily specify default values for attributes on new model objects.
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch"...
Allow / disallow query execution through active record
Identify database issues before they hit production.
Duplicating ActiveRecords is easy again.
Handling dynamic scope for ActiveRecord.
When working with ActiveRecord models, sometimes you want to eject to a simpler, safer object. ...
Adds MongoMapper embeds_many style behavior to ActiveRecord
Library to monkey-patch ActiveRecord and add some Unicode awareness
Provides transparent encryption for ActiveRecord. You can protect your data with any encryption algorithm you want.
Endoscope enables scope to apply to model instance