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

Breaking change between 2.7 and 3.0 in a Rails environment #10

Closed
tagliala opened this issue Jan 22, 2023 · 1 comment
Closed

Breaking change between 2.7 and 3.0 in a Rails environment #10

tagliala opened this issue Jan 22, 2023 · 1 comment
Labels

Comments

@tagliala
Copy link
Member

tagliala commented Jan 22, 2023

2.7:

APIConfig.redis
#<APIConfig::DeepStruct url="redis://localhost:6379/0">

3.0

(byebug) APIConfig.redis
nil

Not as easy as it seems. Needs investigation.

@tagliala tagliala added the bug label Jan 22, 2023
@tagliala tagliala changed the title Breaking change between 2.7 and 3.0 Breaking change between 2.7 and 3.0 in a Rails environment Jan 22, 2023
@tagliala
Copy link
Member Author

It is #4 , documented in https://github.com/ifad/api-config#ruby-30x, that needs to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant