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
The following code
release = Release.find('fedora-22') release.variants.map(&:release)
Fetches release X times instead of 0. Perhaps the caching may stop this from happening but it may be worth fixing by adding support of association.
The text was updated successfully, but these errors were encountered:
@sthaha Does it mean we should port Spyke association implementation to PDC gem?
Sorry, something went wrong.
@ycheng-aa yes, most of the gem is based on spyke which already has associations. We could base our implementation on spyke.
No branches or pull requests
The following code
Fetches release X times instead of 0. Perhaps the caching may stop this from happening but it may be worth fixing by adding support of association.
The text was updated successfully, but these errors were encountered: