Sha256: e41bc470bced79af051006eaab38f4d4ab476aee50f6891311451e9a0631858e
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
$:.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'murlsh' # use Rack::ShowExceptions use Rack::ConditionalGet use Rack::Deflater use Rack::Static, :urls => %w{/css /js /swf}, :root => 'public' use Rack::Static, :urls => %w{/atom.xml} run Murlsh::Dispatch.new
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
murlsh-0.2.3 | config.ru |
murlsh-0.2.2 | config.ru |
murlsh-0.2.1 | config.ru |