1 Star 4 Fork 1

Jim / intro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Rakefile 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2019-08-02 22:25 . add steps
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'
Bundler::GemHelper.install_tasks
Ruby
1
https://gitee.com/jimcheung/intro.git
git@gitee.com:jimcheung/intro.git
jimcheung
intro
intro
master

搜索帮助