Skip to content

Instantly share code, notes, and snippets.

@devsigner
Created April 8, 2011 20:28
Show Gist options
  • Save devsigner/910656 to your computer and use it in GitHub Desktop.
Save devsigner/910656 to your computer and use it in GitHub Desktop.
use rack with rails 2.3.8
# use rack with rails 2.3.8
# config.ru
require "config/environment"
use Rails::Rack::LogTailer
use Rails::Rack::Static
run ActionController::Dispatcher.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment