1 Star 0 Fork 11

ylchen.xd/DevDocs

forked from Gitee 极速下载/DevDocs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ru 163 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thibaut 提交于 2013-10-24 20:25 . Going open source
require 'bundler/setup'
$LOAD_PATH.unshift 'lib'
require 'app'
map '/' do
run App
end
if App.development?
map '/assets' do
run App.sprockets
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/ylchenxd/DevDocs.git
git@gitee.com:ylchenxd/DevDocs.git
ylchenxd
DevDocs
DevDocs
main

搜索帮助