You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Looking at the tag history for dm-core, there hasn't been a release for a year. I know you're working on DM2, but that's a long way off being released, so it makes sense to continue to maintain DM1 in the interim and make bugfix releases at the very least. Many of us are left out in the cold while DM2 is being developed. Even PRs are being ignored, so nobody feels like sending them at the risk of just being ignored.
I don't think it should take huge amounts of time, but just try and keep on top of the maintenance/bugfix releases for all those users who are using DM in production ;) I think I can fix this, but I feel close to 100% certain that my PR would not get merged in, based on past PRs I've made.
Changing the listing.listing_tags.tags(category: 'other') to listing.listing_tags.tags.all(category: "other") does appear to bypass the problem. But, I'm still trying to dig into what caused the original issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If Listing
has n, :tags, :through => :listing_tags
, then the following:sets the
tag_id
of any ListingTag for which there are no Tags in the "niche" category tonil
.Here's a full test case:
https://gist.github.com/4591743
The text was updated successfully, but these errors were encountered: