kreintjes
kreintjes
> So this is still very much broken despite upgrading to the latest versions of `scout_apm` and `sentry-*`. Stack trace: ``` ","name":"Rails","message":"sentry -- Sending envelope [event] d7b9aec42f40494e9b13a0fa62616fbb to Sentry"} [1mTraceback[m...
Your test crashes on the last assertion for me as well. It indeed seems to be the same problem as I have, but I am not absolutely sure.
It seems @DmitryKK is right. The problem already occurs when simply using `includes` or `eager_loads`. The pg_search_scope definition does not even have to use the option `associated_against` for this problem...
@DmitryKK it might be possible to rewrite your query to two queries to work around this problem. See the workaround at https://github.com/Casecommons/pg_search/issues/330.
Same problem over here
I can confirm the problem and @nathanvda's fix (thanks!). However, I noticed there was also an deprecation warning in combination with Rails 5: ``` DEPRECATION WARNING: `render :text` is deprecated...
Whoops. Apparently @nathanvda's fix is needed after all. Probably messed up due to caching. So my PR now fixes two things: this issue and a deprecation warning. Apologies for the...
> Are there any ways to get the pre-configured instance of a strategy? Same question over here. @aguynamedben did you find a solution for this?
I have heard no further news about this and didn't investigate further. In the end we ended up with disabling the Lint/Syntax RuboCop for Slim-Lint completely, so we can start...
Thanks for this fix @dmartingarcia, I ran into the same BadAlias issue. I tried your branch in my project (`gem 'settingslogic', '~> 2.0', github: 'dmartingarcia/settingslogic', branch: 'patch-1'`), but unfortunately it...