Actions
Bug #12483
closedFile.expand_path does not normalize cwd
Bug #12483:
File.expand_path does not normalize cwd
Description
https://github.com/rails/rails/issues/25303#issuecomment-224834804
I notice some other inconsistencies that may be related. Within a directory called "À"
Dir.pwdreturns a composed form, whileexpand_pathreturns a decomposed one:
Actions