未初始化常量 ThinkingSphinx::Deltas::DelayedDelta
我正在尝试让 Thinking Sphinx 与延迟的作业一起工作,但我没有取得任何成功。我不断收到以下错误:
uninitialized constant ThinkingSphinx::Deltas::DelayedDelta
我安装了thinking-sphinx (2.0.2)、delayed_job (2.1.3) 和ts-delayed-delta (1.1.1)。我已经使用 rake ts:restart 重新启动了 sphinx。我真的不知道还能尝试什么。有什么建议吗?
I'm attempting to get Thinking Sphinx working w/ Delayed Jobs but I am not having any success. I keep getting the following error:
uninitialized constant ThinkingSphinx::Deltas::DelayedDelta
I have thinking-sphinx (2.0.2), delayed_job (2.1.3), and ts-delayed-delta (1.1.1) installed. I have restarted sphinx using rake ts:restart. I don't really know what else to try. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿凯尔,我正在使用完全相同的堆栈,没有任何问题。
请确保您的 Gemfile 中有类似的内容:
如果这没有帮助,那么如果您向我们提供更多背景信息那就太好了。回溯会很好。
Hey Kyle, I'm using the exact same stack with no problems whatsoever.
Please, make sure you have something like this in your Gemfile:
If that doesn't help it'd be nice if you provided us with some more context. Backtrace would be nice.