Created
April 9, 2011 14:49
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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