I need to setup the "Thin" server on Windows, but I'm running into some issues, anyone able to help?
Windows – How to set up Ruby + Thin server in Windows?
rubywindows
rubywindows
I need to setup the "Thin" server on Windows, but I'm running into some issues, anyone able to help?
Best Answer
Assuming you have Ruby + Ruby Gems + the DevKit from the RubyInstaller site installed already, this should do the trick:
RubyInstaller + DevKit can be found at http://rubyinstaller.org
Edit: Also, make sure to run
gem update --system
thengem update
to make sure everything is up-to-date.