About Ruby #328
Replies: 2 comments 7 replies
-
I apologize for posting unrelated content here; please feel free to delete it if it offends. |
Beta Was this translation helpful? Give feedback.
-
I think there are a lot of resources out there for Ruby, especially a Rails project such as this. However, a lot of the guides may not touch on getting Ruby setup on your local machine. Are you using WSL on windows by any chance? If not, I'd highly recommend utilizing it. I've done dev work on Rails projects for about 5 years on both Windows and Mac machines. WSL setup on Windows machines has consistently been easier than the setup on the Mac due to the shift in cpu architecture on the M1/2. |
Beta Was this translation helpful? Give feedback.
-
I would like to ask here, how does Ruby provide support for beginners? As a newcomer who has never been exposed to Ruby, I came across this project and am very interested in it. Although I have no experience with Ruby, I don't think that's a problem.
However, I didn't expect to encounter such a challenging situation, with package management tools and version management being separate, no binary files, and slow updates of RubyInstaller on the Windows platform. So, to experience an open-source project, I even had to recompile the Ruby source code. To be honest, this is just too silly.
Beta Was this translation helpful? Give feedback.
All reactions