Go to file
Daniel Schädler 03244c1820
Merge pull request #18 from turniere/ticket/TURNIERE-112
Change API schema
2018-12-11 17:42:49 +01:00
app Add position to MatchSerializer 2018-12-11 17:14:43 +01:00
bin Initial commit 2018-10-30 15:52:46 +01:00
config Switch to :attributes serialize schema 2018-12-11 17:12:55 +01:00
db Save Matches and Stages 2018-12-11 16:35:14 +01:00
doc Regenerate SVGs 2018-11-30 14:20:57 +01:00
public Initial commit 2018-10-30 15:52:46 +01:00
spec Adapt deserialization methods to new schema 2018-12-11 17:14:43 +01:00
.gitignore Ignore Database schema and coverage folder 2018-11-29 10:41:55 +01:00
.hound.yml Instruct hound to read .rubocop.yml 2018-11-19 15:19:37 +01:00
.rspec Initialize RSpec setup 2018-11-13 16:56:16 +01:00
.rubocop.yml Make HoundBot shut (the fuck) up 2018-11-29 12:06:26 +01:00
.ruby-version Initial commit 2018-10-30 15:52:46 +01:00
.travis.yml Add encrypted slack token 2018-11-30 15:21:18 +01:00
Gemfile include Interactors for Business logic 2018-11-29 10:41:35 +01:00
Gemfile.lock Update dependencies 2018-12-02 15:45:59 +01:00
README.md Add Travis and Coveralls badge 2018-11-19 11:46:03 +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 Build Status Coverage Status

Ruby on Rails application serving as backend for turnie.re

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