I\'m having problems getting thin working on my Windows 7 machine (I\'ve already installed eventmachine v0.8.1):
>
gem install thin --i
I've worked around the lack of precompiled binaries by installing a compiler:
gem install thin
and amazingly it all worked!I hope this helps out some other poor Windows ruby developer! :-)