Jerrod Carpenter

Results 7 comments of Jerrod Carpenter

Looks like this is the method you want to use to get the state: https://github.com/jruizgit/rules/blob/901749ec1905318025635da3bc289d968e487024/librb/durable.rb#L46-L48 ```ruby Durable.get_state :rule_name, 'sid' ```

Upgrading to 3.6.0 fixed this for me.

I'm seeing this as well, any timeline on when this will be merged?

I plan on adding some of these one by one.. Here's a start: https://github.com/redis/redis-rb/pull/1189

I believe this is due to Rails no longer caching instance variables of ActiveRecord objects. Here's my answer on another issue: https://github.com/panorama-ed/memo_wise/issues/371#issuecomment-2619098275

> [@JerrodCarpenter](https://github.com/JerrodCarpenter) would you mind sharing your custom Rails marshalling code that includes instance variables so that memo_wise doesn’t raise errors on cached instances? 🙏🏻 Absolutely. We include this at...

> Sorry for super late response, do you have any `$ref`'s in your specs? @skryukov that's right. We use them heavily to break up the size of files.