RubyGems Navigation menu

active_record_proxy_adapters 0.7.0

This gem allows automatic connection switching between a primary and one read replica database in ActiveRecord. It pattern matches the SQL statement being sent to decide whether it should go to the replica (SELECT) or the primary (INSERT, UPDATE, DELETE).

Gemfile:
=

install:
=

Versions:

  1. 0.8.0 August 28, 2025 (24.5 KB)
  2. 0.7.2 August 19, 2025 (24 KB)
  3. 0.7.1 August 05, 2025 (24 KB)
  4. 0.7.0 July 30, 2025 (24 KB)
  5. 0.6.3 August 19, 2025 (23 KB)
Show all versions (46 total)

Runtime Dependencies (4):

activerecord >= 7.0.0, < 8.1
activesupport >= 7.0.0, < 8.1
digest >= 3.1.0
json >= 0

Owners:

Pushed by:

Authors:

  • Matt Cruz

SHA 256 checksum:

=

Total downloads 22,056

For this version 236

Version Released:

License:

MIT

Required Ruby Version: >= 3.1.0

New versions require MFA: true

Version published with MFA: true

Links: