jdescelliers
jdescelliers
I'm trying to call a static method from a Twig template and It cannot be done easily. The main logic behind this is that 'pure' PHP classes are easier to...
Hi I have a simple use case where I must include an anchor to an element only if one is set, for example: ```slim .my-element[id="#{ generate_anchor }"] ``` Where generate_anchor...
### Steps to reproduce I'm trying to update rails from version`7.1.3.2` to `7.1.2` along with it's dependencies. The Gemfile is as follows: ``` source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{ repo...