Sha256: ae9106ed4b67b0b88a06fc852d0b2133b2a5c8243e6680eab0202befaaf84e32
Contents?: true
Size: 208 Bytes
Versions: 9
Compression:
Stored size: 208 Bytes
Contents
# run with: thin --rackup config.ru -p 4567 start require 'app2' use Rack::ShowExceptions use Rack::Static, :urls => ["/stylesheets", "/javascripts", "/images"], :root => "public" run Sinatra::Application
Version data entries
9 entries across 9 versions & 2 rubygems