-
-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
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
Using ransack with acts_as_taggable to exclude some tags. #788
Comments
This issue appears more to be a HOW-TO issue rather than a bug in Ransack. We are in the process of cleaning up the Ransack gem and repo. If this issue is still relevant could you please ask it on StackOverflow? If you think it is an issue with Ransack, please provide a repo with the issue and / or a pull request with failing tests. If you don't know how to do this, indicate it in the issue and we will look into it eventually. Thank you https://github.com/activerecord-hackery/ransack/blob/master/CONTRIBUTING.md |
Thanks, @seanfcarroll. I still think this is an issue and I already asked the question two weeks ago: https://stackoverflow.com/questions/44074071/exclude-from-array-doesnt-work-as-expected I'll create PR. Thanks again! |
Fantastic! Thank you |
Hi @sasharevzin thanks for your contributions. Did you make any progress on this? I'm dubious about adding a dependency to acts-as-taggable-on to Ransack, I'd be more inclined to separate it out if possible. I'd like to close this unless you have a PR or branch in progress. |
Closed due to inactivity. |
Hi guys,
I'm trying to use
ransack
gem withacts_as_taggable
. I have a simpleJob
model that configuredacts_as_taggable
in a default way and hastag_list
property.When I run:
It generates SQL as expected (which is good):
But when I'm trying to exclude by using:
It throws exaptation:
Any ideas?
The text was updated successfully, but these errors were encountered: