-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Unable to get temp file on Windows #3430
Labels
Milestone
Comments
I get this when trying to run rails console, so can't even initialize Rails on 9.0.3.0 Environment:
Error:
|
Hmmm I wonder if this is the fstat bug we introduced, @enebo. |
@headius Is the fstat bug what's causing this when I try to run jirb with 9.0.3.0?
|
This issue is fixed in 9.0.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was introduced in 9.0.3.0. When trying to upload a file, I get this error from Rack Multipart upload:
Unable to find a non world-writable directory for Dir::tmpdir. Consider setting ENV['TMPDIR'], ENV['TMP'] or ENV['TEMP'] to a non world-writable directory.
I reverted back to 9.0.1.0 and everything is working again.
The text was updated successfully, but these errors were encountered: