reconnect after checkout in order to DB failover
Ruby
New
Free
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
Publish events about changes to your ActiveRecord models to different
targets, like HTTP endpoints, AWS SNS topics or...
ActiveRecord::StrictValidations adds validations to ActiveRecord models to make sure they do not trigger database errors.
Generates encrypt_string type that transparently encrypt and decrypt string value to ActiveRecord.
Make ActiveRecord 4's Enum store as strings instead of integers.
Just wrap your existing code in `@relation.summarize do |relation| ... end` and run your queries against relation instead of @relation.
Suppressing RangeError during type casting
ActiveRecord Tablefree Models provides a simple mixin for creating models that are not bound to the database. This approach is...