1 Star 0 Fork 0

Lax / Matrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.ru 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lax 提交于 2012-07-24 22:18 . rename files to deploy with Passenger.
#!/usr/bin/env ruby -w
require 'rubygems'
require 'bundler'
Bundler.require
#$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__), '/'))
require './lib/matrix_helpers.rb'
require './lib/data_mapper_loader.rb'
require './app'
run AppController
JavaScript
1
https://gitee.com/liulantao/matrix.git
git@gitee.com:liulantao/matrix.git
liulantao
matrix
Matrix
master

搜索帮助