-
Notifications
You must be signed in to change notification settings - Fork 22k
Helper path extraction should be case-insensitive (5.0) #24821
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
Helper path extraction should be case-insensitive (5.0) #24821
Conversation
Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @chancancode (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
4.0 is unmaintained for bug fixes -- going to close #24824. Can you look into adding a regression test here? [edit: 4.1 is still available for bug fixes] |
Ohhh, not being able to accept a backport for this is kind of a problem. In my personal case, the backport to 4.0 is more important than this fix on master. Is that a hard/fixed policy? Otherwise I'm basically going to need to run a fork, which I'd prefer not to. |
Yep, 4.0.z receives no maintenance per our maintenance policy listed here |
Working on a test case... I might need some assistance on that, as helpers tests are a bit intimidating... I'll add a commit to this pr tomorrow. |
👍 thanks! |
Since the fix appears to be uniform across the branch PRs, we can reopen the backport PRs (if it is decided that the fix should be backported) once the |
I think this test is not actually verifying what I need it to verify... not sure... still thinking about this problem. |
So we have: A) case sensitive systems ::::
:::: What we need to figure out is if we have a match based off of those situations. B1 -> match :::: So how do you determine case sensitivity?
But I get the same result,
Which could be tucked in it's own method and then stubbed in a test. sound good? |
Seems plausible to me... I'll investigate the implementation next week |
Heads up; macOS 10.13 ships with a conversion to Case-Sensitive APFS. |
Fix for #18660 for rails 5 (based on master branch, assuming that's the right place for rails 5 fixes).
I went ahead and made pr's for previous versions... not sure how you guys handle backporting fixes, if extra pr's is noise they can just be closed. However, backporting this fix is important either way.