What advantage does a Mac (computer) give to a Rails developer?

macos, ruby-on-rails

Solution

Macs give you confidence that when things go wrong developing a Rails application that it is your fault because almost all the library developers are using them so they test using them and Windows testing comes second if at all.

On a Windows machine there are always two possibilities - you screwed up or there is something broken for Windows. It is a PITA to deal with library dependencies where one of the chain is broken for Windows and you don't find until after installing other things and screwing up your whole setup.

Eliminating the second possibility every time is worth spending some money on because it will save you time.

Problem

I'm trying to understand why so much Rails development happens on Macs? Or is this just a myth? Is there any hard evidence to back this up?

Original source