Go to file
Daniel Schädler a13b8e0c72 Change neededGames to needed_games 2018-11-12 16:45:51 +01:00
app Change neededGames to needed_games 2018-11-12 16:45:51 +01:00
bin Initial commit 2018-10-30 15:52:46 +01:00
config Apply rubocop formatting 2018-11-10 15:50:27 +01:00
db Add Tournament model 2018-11-11 21:31:47 +01:00
doc Add controller and model diagrams via railroady 2018-11-12 13:11:25 +01:00
public Initial commit 2018-10-30 15:52:46 +01:00
test Format imported code 2018-11-11 19:39:13 +01:00
.gitignore Remove IDEA files 2018-11-11 19:39:03 +01:00
.rubocop.yml Add .rubocop.yml 2018-11-10 15:48:59 +01:00
.ruby-version Initial commit 2018-10-30 15:52:46 +01:00
Gemfile Add rubocop & solargraph as development dependency 2018-11-12 16:42:38 +01:00
Gemfile.lock Add rubocop & solargraph as development dependency 2018-11-12 16:42:38 +01:00
README.md Add installation and diagram generation instructions 2018-11-12 14:05:56 +01:00
Rakefile Apply rubocop formatting 2018-11-10 15:50:27 +01:00
config.ru Apply rubocop formatting 2018-11-10 15:50:27 +01:00

README.md

turniere-backend

Ruby on Rails application serving as backend for turnie.re

Installation

# install dependencies
$ bundle install
# run migrations
$ rails db:migrate

Generate diagrams

rails diagram:all_with_engines