Bogdan Guban
Bogdan Guban
Still WIP but would be nice if you can take a general look
This PR allows using lambdas in the store options that allow using versioning cache
Fix many_to_many when one of the models is under a namespace and has a prefix to the intersection model association. class Hc::Validator < ApplicationRecord has_many :validator_universes has_many :universes, through: :validator_universes,...
Currently, if you duplicate a record using the `dup()` function it doesn't copy original attribute values. It leads to a problem that changed attributes are not seen in `changes()`.
What is about supporting Redis 5 gem?