Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jlindley
Created April 18, 2011 17:03
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jlindley/925704 to your computer and use it in GitHub Desktop.
Save jlindley/925704 to your computer and use it in GitHub Desktop.
Rails 2.3.x config.ru (to allow using http://pow.cx/ )
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