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

Don't break configurations.each, .first before the deprecation period #36372

Merged
merged 2 commits into from Jul 26, 2019

Conversation

jmarianer
Copy link

Summary

I was working on a library (switchman) that uses configuration.each and realized that it was broken (despite being listed as just deprecated) relative to Rails 5. I whipped up this change to fix it but I'm not sure if this is desired at this point in the release cycle. This is a first draft meant mostly as a chance for the maintainers to say "we're too frozen for this right now"; let me know if that isn't the case and you would like me to add tests or change anything.

@rafaelfranca
Copy link
Member

This change broke the tests. Can you take a look?

@jmarianer
Copy link
Author

jmarianer commented Jul 26, 2019 via email

@rafaelfranca rafaelfranca merged commit b6f1d19 into rails:6-0-stable Jul 26, 2019
rafaelfranca added a commit that referenced this pull request Jul 26, 2019
Don't break configurations.each, .first before the deprecation period
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants