public
Description: A User's Guide to the Mack Framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/macker-s-guide.git
macker-s-guide / config.ru
100644 6 lines (5 sloc) 0.119 kb
1
2
3
4
5
6
ENV["MACK_ENV"] = ENV['RACK_ENV']
require 'rubygems'
load("Rakefile")
require 'mack'
run Mack::Utils::Server.build_app