public
Description: A gitweb clone using Sinatra and Grit
Homepage: http://lenary.github.com/ginatra
Clone URL: git://github.com/lenary/ginatra.git
ginatra / rackup.ru
100644 8 lines (5 sloc) 0.13 kb
1
2
3
4
5
6
7
8
current_path = File.expand_path(File.dirname(__FILE__))
 
require "#{current_path}/lib/ginatra"
 
map '/' do
  run Ginatra::App
end