What technique does a ruby script use to find your libraries / requires on Windows.
I have an install of Ruby 1.8.7 on Windows to the path C:\Ruby187 and non of my "requires" work.
For example, just a test file
require "rack"
gives no such file to load -- rack (LoadError)
gem list rack is there