- Support ActiveRecord 7.0 (#21) Thanks to @r7kamura
- Support postgresql adapter (#19) Thanks to @jhnvz
- Support sqlserver adapter (#16)
Note that it supports
AR::B.connection.execute
but notexec_query
yet. See: #16 Thanks to @takanamito
- Support sqlite3 adapter (#15) Thanks to @hakatashi
- Fix against warnings around
::
in void context (#12)
- Fix against warnings around uninitialized instance variables (#12) Thanks to @amatsuda
- Set Arproxy::Config#adapter from database.yml automatically (#11) Thanks to @k0kubun
- Start supporting activerecord-5.0 and stop 3.2-4.1
- Make ProxyChain thread-safe (#7) Thanks to @saidie
- Arproxy plugin: an easy way to make reusable proxies as gems (#6) Thanks to @winebarrel
-
Silence some deprecation warnings (#1) Thanks to @amatsuda
-
Implement Arproxy.#enable? and Arproxy.#reenable!
-
Bug fix: An error occoured when call disable! after disable!
-
config.adapter accepts not only String but also Class
- First Release