Created
April 18, 2011 17:03
-
-
Save jlindley/925704 to your computer and use it in GitHub Desktop.
Rails 2.3.x config.ru (to allow using http://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
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