config.ru 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 # Rack Dispatcher # Require your environment file to bootstrap Rails require File.dirname(__FILE__) + '/config/environment' # Dispatch the request run ActionController::Dispatcher.new