Sha256: f7e2c955be372ece169aa7f94cef5eb4b008e9184a092928adfd50f88636acbb
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# encoding: UTF-8 require 'rubygems' require 'bundler' Bundler.require root = File.expand_path File.dirname(__FILE__) require File.join( root , "./config.rb" ) # everything else separate module/file (config.rb) to make it easier to set up tests map "/" do run AppNoUnderscoresAndSlim.app end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sinatra-partial-1.0.1 | examples/app_no_underscores_and_slim/config.ru |
sinatra-partial-1.0.0 | examples/app_no_underscores_and_slim/config.ru |