Pat Allan
Pat Allan
Hi Andrey Can you log this issue against my version of after_commit? I'm currently maintaining the gem version that's on gemcutter.org (and so the error is my fault).
Hi @voltechs - thanks for getting in touch, and it's great to know you find Combustion so helpful! Also: I'm very keen to make additional database support possible. I suspect...
Given we can rely on ActiveSupport being present, perhaps `cattr_reader` could be used instead? ``` cattr_reader :operator_patterns, default: { Combustion::Databases::MySQL => [/mysql/], Combustion::Databases::PostgreSQL => [/postgres/, /postgis/], Combustion::Databases::SQLite => [/sqlite/], Combustion::Databases::SQLServer...
I'm not sure what the cause of those errors is, but a couple of things to note: * Setting the environment variables `SPHINX_ENGINE` to "sphinx" and `SPHINX_VERSION` to "2.2.11" may...
Managed to reproduce this locally (helps that I have a new machine! 😅) - the issue is that the test suite (perhaps unwisely) requires PHP (as it compares Riddle's client...
Good to know you have a way around it. You can also set `CI=true` to run the specs without any need for PHP. And I've updated the repo (but no...
@anthonyshull thanks for the suggestion! In the past I'd said this wasn't possible… but that was back when Sphinx didn't fully handle String attributes. And given you've gotten it working,...
Hi @vol1ura - this is an odd error indeed! I'm really not sure what the cause is - the output suggests Sphinx has stopped successfully, so the fact that the...
Hi André - thanks for reporting this, and for all the excellent detail! This has come up previously - see #1059 and #1085 - but now you've got me second-guessing...
If you could, that'd be great. Generally I refer to `ActiveRecord::VERSION::STRING.to_f` for such things. It'd also be good to get a test in place that confirms the correct behaviour with...