|
|
|
|
|
by jmtame
5158 days ago
|
|
If you're on Windows, setting up Ruby on Rails and using it can be pretty difficult because you need a proper terminal, and Windows' Command Prompt sucks. We've used Vagrant virtual boxes with Ubuntu with our Windows users at Bloc. There are also lots of other issues with running Ruby on Windows like character encoding, file paths, and particular gems not working properly, but overall the experience of setting it up is pretty painful for beginners and a huge deterrent to learning to program. |
|