Created
August 6, 2009 16:19
-
-
Save hallison/163401 to your computer and use it in GitHub Desktop.
Example of the Rackup file for a Sinatra application using Sinatra::Mapping extension.
This file contains hidden or 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 'rubygems' | |
require 'sinatra' | |
require 'sinatra/mapping' | |
require 'blogware' | |
run Sinatra::Application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment