Replies: 2 comments
-
this edit had already been made |
Beta Was this translation helpful? Give feedback.
-
All, just to be clear about who this issue might apply to--> |
Beta Was this translation helpful? Give feedback.
-
this edit had already been made |
Beta Was this translation helpful? Give feedback.
-
All, just to be clear about who this issue might apply to--> |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
if you're trying to use the rake task "generate_derivatives" to create derivative objects from your objects folder, you may run into an error message like this:
NoMethodError: undefined method
exists?' for Dir:Class`The ".exists" command no longer works in Ruby 3.2 and higher. So if you've recently installed Ruby you may run into this issue. To fix it, search your Rakefile for ".exists" and replace it with ".exist"
This is such a fun issue!! I'm so glad I spent an entire day trying to figure it out!!
I hope I may save someone some time by putting this out there. Please respond here or email us at [email protected] with any questions.
yrs, @dcnb
Beta Was this translation helpful? Give feedback.
All reactions