ActiveRecord wrapper for money gem
Ruby
New
Free
A custom ActiveRecord serializer using MessagePack
.
Add PostgreSQL multiranges support
ActiveRecord/Rails integration for multi-tenant databases, in particular the Citus extension for PostgreSQL
Mutex that can be used to synchronise ruby processes via an ActiveRecord datababase connection. (Only Mysql is supported at the...
If you are stuck with a MySQL database where the naming is, well, unrailslike,
activerecord-mysql2-legacy-db-adapter offers a way...
Something with the combination of Rails 3.1, Mysql2 0.3.x, Capybara,
Selenium/Webkit/etc causes Mysql to raise exceptions where the...
This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL2 adapter, but provides...
An ActiveRecord adapter for MySQL, based on mysql gem.
Awesome patches backported for ActiveRecord MySQL adapters
Adds column comment and index comment to migrations for ActiveRecord MySQL adapters
Enable enum type for the MySQL Adapter in ActiveRecord
MySQL index hint support for ActiveRecord
It is the library to reconnect automatically when ActiveRecord is disconnected from MySQL.
MySQL Spatial Data Types for ActiveRecord
This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL adapter, but provides...
An ActiveRecord extension for enabling SQL_CACHE and SQL_NO_CACHE in MySQL queries
Cleaner structure.sql for MySQL.
Adds a :uuid column to ActiveRecord MySQL2 Adapter. Store UUIDs as 16 bytes binary column.
Check if nested attributes were destroyed during the last save
Adds :destroy_if option to accepts_nested_attributes_for, which is basically a stronger version of :reject_if that destroys existing records, too.
Monkey patch to index nested errors for ActiveRecord 4
An ActiveRecord extension to build nested scopes through pre-defined associations
ActiveRecord adapter for Netezza. Only for user with JRuby.
Requires a separate Netezza JDBC driver.
Normalize your ActiveRecord models' attributes
Adds NOT logic to ActiveRecord
Add support for a not_nill type to active record.
ODBC Data Adapter for ActiveRecord
ActiveRecord OpenTracing intrumenter
Adds OR logic to ActiveRecord
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
This adapter is superset...
Oracle enhanced adapter with schema config support for ActiveRecord (Using this gem, you can specify schema details in database.yml).
This...
This gem extends active record and it's migrations for oracle queue support.
Order your ActiveRecord scopes by a supplied list of ids
This gem adds comments to the SQL to indicate where the SQL parts are constructed.
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