This gem adds comments to the SQL to indicate where the SQL parts are constructed.
Ruby
New
Free
Allow chaining active record scopes with OR.
.
activerecord with pattern match
Gives a hook on MySQL warnings that allow you to either raise or log them.
A Rubygem that provides an easy way to build ActiveRecord models that represent PeopleSoft tables
A ruby gem that makes working with Postgres arrays in ActiveRecord easier
ActiveRecord connection adapter for safe PgBouncer use
Write a short summary, because RubyGems requires one.
PostgreSQL PGCrypto support for ActiveRecord models.
Integrate PostgreSQL's enumerated types with the Rails enum feature
Automatic reconnection for Postgres
This gem provides a very simple interface where one can wrap a lambda within a timeoutable transaction and pass a...
This gem provides the functionality of ActiveRecord::Relation#pick for Rails 5 and 4.2 apps.
INSERT SELECT Query For ActiveRecord
ActiveRecord Apache Pinot Adapter
Want all the IDs, or names, or whatever field of your ActiveRecord model? Account.ids, Account.names ...
handle Polyline object on ActiveRecord
Allows polymorphic loading of has_many through objects
This gem provides an extension to ActiveRecord, enabling efficient Multi-Table, Multiple-Inheritance for ActiveRecord models.
active_record-pool is an extension to active_record that gives you an interface to write high-speed inserts, updates, & delete in a...
ActiveRecord positionable extension
ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial...
Adds missing native PostgreSQL array types to ActiveRecord
Define which PostgreSQL schemas to dump in your Rails db/structure.sql file
This gem enables your model to query the database using the earthdistance ...
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
This gem adds support for the postgres hstore type. It is the _just right_ alternative for storing hashes instead of...
Allows you to use active record with databases that already have an hstore type
Active Record support for PostgreSQL JSON type
Write a longer description. Optional.
This gem forwards to activerecord's default postgresql adapter
Auto recover when database restart within remitano system
citext support for rails
Provides some support for PostgreSQL cursors in ActiveRecord.
PostgreSQL allows to create a procedure which returns a result set. The gem modifies ActiveRecord so that it's possible to...
This gem provides a patch that once included will retry the PostgreSQL operation in case the server has gone away
N+1 count query killer for ActiveRecord
Yet Another N+1 COUNT Query Killer for ActiveRecord
You can use for STI, polymorphic and custom preload
PreloadQuery allows you preload queries and have them available as would a relations and `preload` of ActiveRecord.
Publish events to Redis when your models change.
A simple query interface for pulling deeply nested data from records.
Proof of concept for proposed new Active Record query API
Display an overview of the quantity of queries being made and their origins in a block of code in Rails...
Count total number of ActiveRecord queries and row counts inside a block
A library for automatically added `.select` on a column used for `.distinct` or automatically adding `.group` for a column used...
Query Stats logging for ActiveRecord
Print stack trace of all DB queries to the Rails log. Helpful to find where queries are being executed in...
Query Backtrace for ActiveRecord
Makes rails go _faster_. Improve read times 4x!
Turns off Rails DB schema version.
Rack middleware managing ActiveRecord connections in standalone (non-Rails) applications
Provides connection management for Rack applications using ActiveRecord.
ActiveRecord Random is a Ruby Gem that empowers your ActiveRecord Models with the ability to return a random record without...
Get raw data from ActiveRecord
ActiveRecord RedDatabase 3+ and Firebird 3+ Adapter for Rails 5+
ActiveRecord Reactors provide a defined way to react on default or custom Active Record callbacks. Observers without the magic, and...
Control readonly for activerecord.
Makes an ActiveRecord model read-only
reconnect after checkout in order to DB failover
Add hook on activerecord records loaded
Using an ActiveRecord scope, recursively query trees.
Amazon Redshift Meta Adapter for Rails ActiveRecord
This gem provides the Rails 3 with database adapter for AWS RedShift.
Adding clean and powerful query syntax on AR using refinements
Refresh ActiveRecord connection on each rack request.
Add Elasticsearch reindex option to ActiveRecord associations
Annotate ActiveRecord relations objects with custom data, allowing metadata on relations that can be used to customize code
Active Record pattern for remote APIs
Redirect ActiveRecord (Rails) reads to replica databases while ensuring all writes go to the primary database.
ActiveRecord Reputation System gem allows rails apps to compute and publish reputation scores for active record models.
Rescue from MySQL and Sqlite duplicate errors
Id of an AR table cleaner. Works for Postgres, MySQL and Sqlite.
Id of an AR table cleaner. Works for Postgres and Sqlite.
ActiveRecord::Resource implements a method for treating Models as Resources by creating Create, Update and Delete hooks in all models
Retry your Active Record transactions.
Retries reads and transactions when an ActiveRecord::StatementInvalid occurs that matches a list of errors. Default list of errors includes errors...
Rollouts (feature flags) for ActiveRecord models.
Expose REST routes for ActiveRecordModels.
This is an ActiveRecord adapter for Ruby/MySQL. This is based on MySQL adapter
ActiveRecord adapter for Univedo
ActiveRecord migration helpers to avoid downtime
Adds Array-style :sample methods to ActiveRecord objects
ActiveRecord::SaneSchemaDumper removes useless/harmful whitespace from Rails’ generated `db/schema.rb` files.
Merge scoping to associations
Extends the ActiveRecord predicate builder to allow writing LIKE/ILIKE queries without writing raw SQL
Build complex ActiveRecord queries using hash syntax. Includes support for Arel operators, OR queries, and assocition subqueries.
Provide access to PostgreSQL's sequences
Extension for ActiveRecord to get serializable and marshalizable models using Rasti::Model
ActiveRecord serialize coders
ActiveRecord Serverless handle AWS Aurora Serverless
This gem allows you to automatically remove old sessions from your ActiveRecord.
An Action Dispatch session store backed by an Active Record class.
Union, Intersection, and Difference operations for ActiveRecord
Store settings in your relational database as a simple key value store. Can be used as a low performance cache...
Database sharding library for ActiveRecord
Sharding library for ActiveRecord(MySQL)
Easily run queries on shard and replica databases.
ActiveRecord for Shipworks.
Gnome Terminal support for Consular without emulation keyboard events
Sanitize and Execute your raw SQL queries in ActiveRecord and Rails with a much more intuitive and shortened syntax.
ActiveRecord mixin for SimpleOAuth2 authorization
ActiveRecord SimpleSlave gem description
The ActiveRecod SinglestoreAdapter is an ActiveRecord connection adapter based on the Mysql2 adapter.
Redirect ActiveRecord (Rails) reads to slave databases while ensuring all writes go to the master database.
manage snapshot materialized views for ActiveRecord. multiple
versions...
A safe way to accept user parameters and order against your ActiveRecord Models
It adds possibility for sorting relation
This is an ActiveRecord connection adapter for the SpatiaLite extension to the Sqlite3 database. It is based on the stock...
ActiveRecord query logger and analyzer
ActiveRecord driver for SQL Anywhere
ActiveRecord driver for SQL Anywhere customized for in4systems
This gem changes ActiveRecord's query logs to be compatible with the sqlcommenter format.
Quickly export an active record object to raw sql, useful for restoring partial data from a backup
ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.
Fork of SQL Server 2005 and 2008 Adapter For ActiveRecord. Adds support for SQL Server 2000.
Database mirroring support for Rails activerecord-sqlserver-adapter
SQL Server 2005 and 2008 Adapter For ActiveRecord. Forked in order to disable unicode.
A rails engine that uses ActiveRecord SQL Server to read from CRM SQL Server, and OData to write to CRM.
Union for ActiveRecord::Relation and SQL string queries. Fam.
ActiveRecord instrumentation for Rails, Resque and Sidekiq