mtodd / halcyon

JSON Web App Framework

This URL has Read+Write access

halcyon / examples / weedb / runner.ru
100644 9 lines (5 sloc) 0.158 kb
1
2
3
4
5
6
7
8
9
require 'halcyon'
 
$:.unshift(Halcyon.root/'lib')
 
puts "(Starting in #{Halcyon.root})"
 
Thin::Logging.silent = true if defined? Thin
run Halcyon::Runner.new