fresh_connection
fresh_connection copied to clipboard
FreshConnection provides access to one or more configured database replicas.
`rails`: 5.1.7 `fresh_connection` is being reviewed by us, for the purpose of PostgreSQL read-replica usage in our project, currently, we are using [activerecord5-redshift-adapter](https://github.com/ConsultingMD/activerecord5-redshift-adapter) also in the project. While this `activerecord5-redshift-adapter`...
Resolve [this](https://github.com/tsukasaoishi/fresh_connection/issues/38), other adapters need some proxy which might not be the primary one.
Wanted to add support for PostGISAdapter
This PR adds support for syncing query cache changes from the master connection cache to the replica query caches. The new test script confirms that a cache syncing problems exists,...
i am trying to upgrade to rails 5.2 using fresh_connection 3.0.2 but am getting this stack trace when starting the app in any mode ``` NoMethodError: undefined method `model_class=' for...