Skip to content

Instantly share code, notes, and snippets.

@ddemaree
Created April 9, 2011 14:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddemaree/911449 to your computer and use it in GitHub Desktop.
Save ddemaree/911449 to your computer and use it in GitHub Desktop.
Rackup file for Rails 2.3.x projects (very useful for getting legacy apps running on pow.cx)
# Rails.root/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