After playoffs are created, before saving the stage this interactor goes to the intermediate stage, looks for all the matches that are :single_team matches and populates the match below with their respective "winner". |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| kubernetes | ||
| lib/tasks | ||
| public | ||
| spec | ||
| .dockerignore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .hound.yml | ||
| .rspec | ||
| .rubocop.yml | ||
| .ruby-version | ||
| .travis.yml | ||
| Dockerfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| README.md | ||
| Rakefile | ||
| config.ru | ||
| docker-compose.yml | ||
| sonar-project.properties | ||
README.md
turniere-backend
Ruby on Rails application serving as backend for turnie.re
Quick install with Docker
Installation
# install dependencies
$ bundle install
# run migrations
$ rails db:migrate
Running
Development (without mail confirmation and separate database):
$ RAILS_ENV=development rails server
Generate diagrams
$ rails diagram:all_with_engines