Sha256: 6a04d55e2f45adddd88090649cc6011e1db23b0a98da25bd6a241f254c5fa767
Contents?: true
Size: 293 Bytes
Versions: 8
Compression:
Stored size: 293 Bytes
Contents
$:.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'rubygems' 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
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
murlsh-0.6.1 | config.ru |
murlsh-0.6.0 | config.ru |
murlsh-0.5.2 | config.ru |
murlsh-0.5.1 | config.ru |
murlsh-0.5.0 | config.ru |
murlsh-0.4.0 | config.ru |
murlsh-0.3.0 | config.ru |
murlsh-0.2.4 | config.ru |