5
PetriJ
7y

Why is Ruby on Rails such pain in the ass on Windows? A college of mine uses Windows for our project, since I use Linux I rarely get any errors :)

Comments
  • 0
    Dual booted merely for ruby on rails, 😢. Working on creating an API on a legacy project, where I am learning rails and trying to adapt to it. Owh man, not fun at all.
  • 0
    The native extensions doesn't compile well on Windows, but using Docker can solve the issue, you can just use a simple Linux container and configure it with your gems.
Add Comment