We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error if try to use ActiveAdmin with one my models with a ThinkingSphinx define_index in it:
undefined method `relation' for #<ThinkingSphinx::Search:0x0000010112c738>
More of the stack trace is here https://gist.github.com/4c242bf8b5c0d19f5675
Anybody else experiencing this?
And ActiveAdmin is awesome btw :-)
The text was updated successfully, but these errors were encountered:
033665d
The commit above should fix this issue. I tried it with an app using Sphynx and it worked great. Please post back if you have any further isses.
Sorry, something went wrong.
That was quick! Just tried out latest version on master and the problem is gone.
Thx :-)
/Jørgen
On May 13, 2011, at 16:51 , gregbell wrote:
The commit above should fix this issue. I tried it with an app using Sphynx and it worked great. Please post back if you have any further isses. Reply to this email directly or view it on GitHub: #28 (comment)
Reply to this email directly or view it on GitHub: #28 (comment)
No branches or pull requests
I get the following error if try to use ActiveAdmin with one my models with a ThinkingSphinx define_index in it:
More of the stack trace is here https://gist.github.com/4c242bf8b5c0d19f5675
Anybody else experiencing this?
And ActiveAdmin is awesome btw :-)
The text was updated successfully, but these errors were encountered: