# # No database configured # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] # class WelcomeController < ApplicationController def index render :text => 'Hello Rails' end end __END__ # RAILS_ENV=production script/server thin [lifo@null ~]$ ab -c 20 -n 1000 http://0.0.0.0:3000/ 800 r/s