Stanislas Chevallier
Stanislas Chevallier
Hey there. Thank you for your PR, I'm okay merging this, i just wanted to ask before: do you have a (small) sample file that makes use of this property...
Integrated through #4 with a test file :)
Oh! I didn't know you could modify the build commands like this, that's good to know! But as you say, the underlying issue is still there
This seems great ! Do you think there would be a way to detect if we are building Release vs Debug ? Maybe something like this instead ? But honestly...
I don't think it is, but it might still exist from a previous Debug build?
I am surprised you are closing this since the patch above https://github.com/cybozu/LicenseList/issues/34#issuecomment-2501781176 should work, although i didn't have the time yet to look in more details. It may be improved...
I did take the time to look more into this and found what I think should be a sturdy fix, that worked on a clean build for me. By replacing...
I have tried following the [custom predicates guide](https://activerecord-hackery.github.io/ransack/going-further/custom-predicates/) to build my own and hopefully workaround this issue, but arrive at the same exact problem: ```ruby # initializers/ransack.rb module Arel module...