projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11720: Add vendor/.gitignore.
[arvados.git]
/
services
/
arv-web
/
sample-rack-app
/
config.ru
1
app = proc do |env|
2
[200, { "Content-Type" => "text/html" }, ["hello <b>world</b> from ruby"]]
3
end
4
run app