# This file is used by Rack-based servers to start the application. #require 'ruby-prof' #Rack::RubyProf = RubyProf #エラー対策 #require 'rack/contrib/profiler' ##use Rack::Profiler, :printer => :graph_html #use Rack::Profiler, :printer => :call_tree require ::File.expand_path('../config/environment', __FILE__) run Gene::Application