When I require a file, for example (called st.rb):
require \'rubygems\' require \'mongrel\' class TestHandler < Mongrel::HttpHandler def process(reque
For security & other reasons, ruby does not by default include the current directory in the load_path. You may want to check this for more details - Why does Ruby 1.9.2 remove "." from LOAD_PATH, and what's the alternative?