manage WriteOnceReadMany tables backing ActiveRecord models.
there will...
Ruby
New
Free
Automatic database view creation for ActiveRecord
UUID extension for ActiveRecord
Allows database connections to be defined as URLS, then converted to hash for use in ActiveRecord
Support MySQL's INSERT ... ON DUPLICATE KEY UPDATE in ActiveRecord
A method that allows you to run code without callbacks for a specific active-record model.
Register PostgreSQL 'VERSION' column type in rails
Simple DSL to control callback attribute changed in ActiveRecord model
active_record_voyeur was developed by: markbates
active_record_uuid is a nice gem that add uuid supports to your activerecord models (MySQL). It allows you to store uuid...
.
Add ULID support to ActiveRecord
ActiveRecord::Store but with type definition
Adds a symbol attribute type to activerecord
ActiveRecord sharding extension
ActiveRecord connection adapter for MySQL. It is based on the stock MySQL adapter, and adds built-in support for the spatial...
Getting transactions right is hard, and this gem makes it easier.
Type information of activerecord models, attributes and associations in good and clear manner
This gem enables tracking of dirty associations on ActiveRecord objects
translatable activerecord attributes
Extend AR to use touch for has_many and has_one relations
Convert ActiveRecord objects to plain old ruby objects and vice versa
Queue up calls to specific models and execute them in transactions, after a certain number of models have been added.
Provides encrypted string attributes to Active Record models
ActiveRecord OpenTracing tracer
Extend ActiveRecord uniqueness validations with via: :db option.
UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
ActiveRecord is great, but could be better. Here are some tweaks for it.
This simple plugin gives you the ability to get XLS for a collection of ActiveRecord models.
The activerecord-timescaledb-adapter provides access to features of the Timescale Postgres extension from ActiveRecord.
Time-Related Scope for ActiveRecord
Allows the use of TiDB as a backend for ActiveRecord and Rails apps.
An Active Record extension for Multitenancy with PostgreSQL Row Level Security
Gem activerecord-take_or_find provides a method on your ActiveRecord models.
Depending on the passed argument, which can either be a number...
This gem enables the use of database specific table locks when saving or destroying your ActiveRecord objects. This ensures no...
ActiveRecord Tablefree Models provides a simple mixin for creating models that are not bound to the database. This approach is...
Specify a table name with a version number
Suppressing RangeError during type casting
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
Make ActiveRecord 4's Enum store as strings instead of integers.
A collection of time scopes for activerecord, including created_after/created_before/updated_after/etc
ActiveRecord::StrictValidations adds validations to ActiveRecord models to make sure they do not trigger database errors.
Temp Table for activerecord
`User.table_info` shows columns and indexes like `SHOW CREATE TABLE`
Generates encrypt_string type that transparently encrypt and decrypt string value to ActiveRecord.
Publish events about changes to your ActiveRecord models to different
targets, like HTTP endpoints, AWS SNS topics or...
SQL Server 2005 and 2008 Adapter For ActiveRecord. Forked in order to disable unicode.
Database mirroring support for Rails activerecord-sqlserver-adapter
Fork of SQL Server 2005 and 2008 Adapter For ActiveRecord. Adds support for SQL Server 2000.
ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.
ActiveRecord driver for SQL Anywhere customized for in4systems
ActiveRecord driver for SQL Anywhere
This gem changes ActiveRecord's query logs to be compatible with the sqlcommenter format.
This is an ActiveRecord connection adapter for the SpatiaLite extension to the Sqlite3 database. It is based on the stock...
A safe way to accept user parameters and order against your ActiveRecord Models
A rails engine that uses ActiveRecord SQL Server to read from CRM SQL Server, and OData to write to CRM.
It adds possibility for sorting relation
manage snapshot materialized views for ActiveRecord. multiple
versions...
ActiveRecord query logger and analyzer
ActiveRecord instrumentation for Rails, Resque and Sidekiq
Union for ActiveRecord::Relation and SQL string queries. Fam.
Quickly export an active record object to raw sql, useful for restoring partial data from a backup
The ActiveRecod SinglestoreAdapter is an ActiveRecord connection adapter based on the Mysql2 adapter.
Gnome Terminal support for Consular without emulation keyboard events
ActiveRecord SimpleSlave gem description
ActiveRecord for Shipworks.
Sharding library for ActiveRecord(MySQL)
Database sharding library for ActiveRecord
Union, Intersection, and Difference operations for ActiveRecord
An Action Dispatch session store backed by an Active Record class.
ActiveRecord serialize coders
ActiveRecord mixin for SimpleOAuth2 authorization
Store settings in your relational database as a simple key value store. Can be used as a low performance cache...
This gem allows you to automatically remove old sessions from your ActiveRecord.
Extends the ActiveRecord predicate builder to allow writing LIKE/ILIKE queries without writing raw SQL
Merge scoping to associations
Extension for ActiveRecord to get serializable and marshalizable models using Rasti::Model
Provide access to PostgreSQL's sequences
Redirect ActiveRecord (Rails) reads to slave databases while ensuring all writes go to the master database.
Sanitize and Execute your raw SQL queries in ActiveRecord and Rails with a much more intuitive and shortened syntax.
Easily run queries on shard and replica databases.
ActiveRecord Serverless handle AWS Aurora Serverless
Build complex ActiveRecord queries using hash syntax. Includes support for Arel operators, OR queries, and assocition subqueries.
ActiveRecord migration helpers to avoid downtime
ActiveRecord adapter for Univedo
This is an ActiveRecord adapter for Ruby/MySQL. This is based on MySQL adapter
Retries reads and transactions when an ActiveRecord::StatementInvalid occurs that matches a list of errors. Default list of errors includes errors...
Retry your Active Record transactions.
Id of an AR table cleaner. Works for Postgres and Sqlite.
Rescue from MySQL and Sqlite duplicate errors
ActiveRecord Reputation System gem allows rails apps to compute and publish reputation scores for active record models.