Sha256: 88b3c7c17c71c11b3a263c3a670ab6a752ca965d5165e6969585c502ada842e0

Contents?: true

Size: 414 Bytes

Versions: 7

Compression:

Stored size: 414 Bytes

Contents

# run with:  thin --rackup config.ru -p 4567 start

#use Rack::Static, :urls => ["/stylesheets"], :root => "public"

require 'app'

use Rack::Lint

#use Rack::Codehighlighter, :coderay, :logging => true
#use Rack::Codehighlighter, :syntax, :logging => true
use Rack::Codehighlighter, :ultraviolet, :theme => 'dawn', :logging => true
#use Rack::Codehighlighter, :prettify, :logging => true
run Sinatra::Application

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
wbzyl-codehighlighter-middleware-0.1.0 examples/config.ru
wbzyl-codehighlighter-middleware-0.1.1 examples/config.ru
wbzyl-rack-codehighlighter-0.1.1 examples/config.ru
wbzyl-rack-codehighlighter-0.1.2 examples/config.ru
wbzyl-rack-codehighlighter-0.1.3 examples/config.ru
wbzyl-rack-codehighlighter-0.1.4 examples/config.ru
wbzyl-rack-codehighlighter-0.1.5 examples/config.ru