Registry / database / arproxy

arproxy

JSON →
library1.0.0rbrubygemsunverified

A proxy layer that hooks into ActiveRecord query execution for custom processing.

gem install arproxy
INSTALL
IMPORT
SIG · ARPROXY
A
arproxy
databaserubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Arproxy
require 'arproxy'

Configure and enable Arproxy with a custom proxy class.

require 'arproxy' Arproxy.configure do |config| config.adapter = 'mysql2' config.use MyCustomProxy end Arproxy.enable!
Debug
Known issues
gotchaMust be enabled before any ActiveRecord queries are executed.
fix
Call `Arproxy.enable!` early in the application boot process.
affects: >= 0
Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
42
OpenAI (training)
1
Resources
arproxy — gem install arproxy · libregistry