Skip to content

Instantly share code, notes, and snippets.

@kyleburton
Created February 20, 2011 19:15
Show Gist options
  • Save kyleburton/836222 to your computer and use it in GitHub Desktop.
Save kyleburton/836222 to your computer and use it in GitHub Desktop.
Twilio In 10 Minutes Heroku App Configuration
WEBSITE_SUBDIR = 'twilio-app'
require "#{WEBSITE_SUBDIR}/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