projects
/
coquelicot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Get back to use Sinatra settings
[coquelicot.git]
/
config.ru
1
require 'coquelicot_app'
2
3
app = Coquelicot::Application
4
5
app.set :environment, :development
6
app.set :raise_errors, true
7
app.disable :run
8
9
run app