You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
anke1460 5553ba7751
在线用户统计
5 years ago
app 在线用户统计 5 years ago
bin first commit 5 years ago
config first commit 5 years ago
db first commit 5 years ago
excel_template first commit 5 years ago
lib first commit 5 years ago
public first commit 5 years ago
spec first commit 5 years ago
test first commit 5 years ago
vendor first commit 5 years ago
warn first commit 5 years ago
.gitignore first commit 5 years ago
Gemfile first commit 5 years ago
Gemfile.lock first commit 5 years ago
Procfile first commit 5 years ago
README.md first commit 5 years ago
Rakefile first commit 5 years ago
config.ru first commit 5 years ago
docker-compose.yml first commit 5 years ago

README.md

README

https://www.trustie.net/issues/24719 [云上实验室] Logo、导航、底部备案信息定制化

Jbuilder介绍

Jbuilder https://github.com/rails/jbuilder

Rails5 介绍

rails guide https://ruby-china.github.io/rails-guides/v5.0/

API设计文档

doc for api https://www.showdoc.cc/web/#/127895880302646?page_id=729221359592009 user:Hjqreturn PW:12345678

测试版访问地址:https://testeduplus2.educoder.net

实训平台繁忙

仓库异常繁忙等级81

启动项目

  • 创建新的数据库
  • 导入数据库结构 source /项目地址/db/structure.sql
  • 迁移新的数据 rails db:migrate

涉及后台管理的页面需要先 rake assets:precompile 再提交版本库