Sha256: b9eac99c808c5fec192179e8f17c1f5a6cd20d585639cd523c90831d06d8b59a

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 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, :prettify, :logging => true

#use Rack::Codehighlighter, :coderay, :logging => true
#use Rack::Codehighlighter, :syntax, :logging => true

use Rack::Codehighlighter, :ultraviolet, :theme => 'dawn', :logging => true, :pattern => '//pre'

run Sinatra::Application

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wbzyl-rack-codehighlighter-0.1.6 examples/config.ru