-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
MRI: File.realpath 'c:/test' => 'c:/test'
jRuby: File.realpath 'c:/test' => 'C:\ \test' (tested on 1.7.19 and 9.0.0.0 rc2)
It causes problems in Rails applications, because Rails.root path is invalid.
jruby/core/src/main/java/org/jruby/RubyFile.java
Line 1592 in da5dad6
| // if (IS_WINDOWS) { |
Reactions are currently unavailable