Skip to content
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

Avoid conflict between SDG::Manager classes #4295

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

taitus
Copy link
Member

@taitus taitus commented Dec 23, 2020

References

Related PR: #4272

Objectives

Avoiding abilities conflict between Manager and SDG::Manager when deploy on production environment.

01 TypeError: superclass mismatch for class Manager

Notes

We can reproduce this error by running the following command:
rails s -e production

@taitus taitus added the SDG United Nations Sustainable Development Goals label Dec 23, 2020
@taitus taitus self-assigned this Dec 23, 2020
@taitus taitus added this to Reviewing in Consul Democracy via automation Dec 23, 2020
@javierm javierm added the Bug label Dec 23, 2020
On production environments the application wasn't loading because
the `SDG::Manager` class was defined in two places. We don't know
the exact reasons for the conflict and why these changes fix it.
@javierm javierm changed the title Avoiding abilities conflict between Manager and SDG::Manager Avoid conflict between SDG::Manager classes Dec 23, 2020
Consul Democracy automation moved this from Reviewing to Testing Dec 23, 2020
@javierm javierm merged commit 053edef into master Dec 23, 2020
Consul Democracy automation moved this from Testing to Release 1.3.0 Dec 23, 2020
@javierm javierm deleted the sdg_avoid_mismatch_conflict branch December 23, 2020 12:09
@javierm javierm self-assigned this Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug SDG United Nations Sustainable Development Goals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants