Provides an #includes method to eager load associations of ActiveRecord instances, for when you don't have access to the class...
Ruby
New
Free
Manage ActiveRecord model instantly.
ActiveRecord OpenTracing intrumenter
requires IBRuby
ActiveRecordish is something like ActiveRecord. Assumed usage is using models don't have db relation but have array of instances.
Install this gem to use AS/400 with JRuby on Rails.
Install this gem to use Cassandra with JRuby on Rails.
Install this gem to use DBF with JRuby on Rails.
H2 JDBC adapter for JRuby on Rails.
HSQLDB JDBC adapter for JRuby on Rails.
MS_SQL JDBC adapter for JRuby on Rails.
.
activerecord-jdbc-plsql provide a Ruby wrapper to use PL/SQL with Active Record and JDBC
Postgres JDBC adapter for JRuby on Rails.
Install this gem to use Sybase SQLAnywhere with JRuby on Rails
Sqlite3 JDBC adapter for JRuby on Rails.
This is a fork of ActiveRecord SQL Server Adapter for JRuby. SQL Server 2012 and upward.
Install this gem and require 'teradata' with JRuby on Rails.
An ActiveRecord adapter for Vertica databases (jdbc based)
A gem to track changes on active record models
Instead of a many-to-many join table, serialize the ids into a JSON array.
This gem extends `ActiveRecord::Relation#explain` to make it possible to get EXPLAIN in JSON format.
Importing records from a json file go slow?. No problem, use me. It uses the awesome activerecord-import gem. Documentation and...
Build json
ActiveRecord::JSONValidator makes it easy to validate JSON attributes with a JSON schema.
This ActiveRecord extension adds JWT(JSON Web Token) method
ActiveRecord integration for KSUIDs using the ksuid gem
Hotfix nested eager loading for polymorphic and STI relation in ActiveRecord
A useful ActiveRecord extension to handle columns containing large amounts of data
It provides a simple method to make SQL execution lazy.
This is can use lock symbolic option for activerecord
ActiveRecord migration methods for logging deleted records
Save Ruby's Logger messages to a database column
ActiveRecordMask is a small ruby library that provides an easy way to mask read access to database attributes and associations...
Mass Insert For ActiveRecord via Postgresql json_to_recordset
activerecordmc 0.7.1 This module implements a simple ORM for basic operations in SQLite databases. The module...
Python
The ActiveRecod MemSQL Adapter is an ActiveRecord connection adapter based on the standard mysql2 adapter.
This adapter is a customized...
ActiveRecordMerger provides an extendable framework for merging ActiveRecord models, including complex scenarios involving associations, while ensuring data integrity and providing...
Sometimes you just need SQL.
A collection of ActiveRecord::Migration extensions, including change_table_move_to_end
ActiveRecord Migration Notes hooks into the Rails migrations and monitors if the migrations contain a note methods that should be...
ActiveRecord Stand-alone migrations
Mimer support for ActiveRecord.
Extension for multi language of active-record.
Mock ActiveRecord tables to test concerns and other code.
map activerecord models to tables depending on context
An ActiveRecord::LogSubscriber which records only mod sql.
ActiveRecord wrapper for money gem
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