Thierry Joyal

Results 14 issues of Thierry Joyal

https://guides.rubyonrails.org/upgrading_ruby_on_rails.html

This PR is all over the place, I am sorry for that. I found it hard to separate isolated deliverables as there is a lot of inter-dependency at play. This...

WIP As part of https://github.com/Shopify/liquid/issues/1205 I am exploring cases of @context missing through rendering. The following explore: - Grouping invocations of `object.to_liquid` and `object.context=` as single operation. - Ensuring `Proc`...

### General I've been struggling for some time with certain code paths in my application where the `@context` within `Liquid::Drop` is `nil` and finally decided to deep dive. In liquid,...

Liquid::Drop to always assume `@context` is set. While this is the direction I think we need to take, I'm not sure this is a safe change to introduce yet until...

I don't have the full context, but it is my understanding we do not want to send the cache backend destructive request while within a transaction for fear of corrupting...

Following https://github.com/github/graphql-client/issues/160 and https://github.com/github/graphql-client/pull/249 I've decided to experiment a bit with the stack see what could be done. After digging it a bit more, I understood the purpose of injecting...

I could not find documentation on this behaviour so I thought it would be better to share about it and be told I'm wrong than to keep to myself. In...