Skip to content

Instantly share code, notes, and snippets.

@mhayes
Forked from sstephenson/config.ru
Created June 27, 2011 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhayes/1049737 to your computer and use it in GitHub Desktop.
Save mhayes/1049737 to your computer and use it in GitHub Desktop.
Rackup file for Rails 2.3 apps
require File.dirname(__FILE__) + '/config/environment'
run ActionController::Dispatcher.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment