Go to file
Thor77 6e1af687ad Add default for scores.score 2018-11-19 14:41:30 +01:00
app Modify model associations to map to new schema 2018-11-19 11:47:14 +01:00
bin Initial commit 2018-10-30 15:52:46 +01:00
config Allow access from all origins 2018-11-13 16:09:23 +01:00
db Add default for scores.score 2018-11-19 14:41:30 +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
spec Add default for scores.score 2018-11-19 14:41:30 +01:00
.gitignore Remove IDEA files 2018-11-11 19:39:03 +01:00
.hound.yml Fail builds on hound violations 2018-11-19 11:07:15 +01:00
.rspec Initialize RSpec setup 2018-11-13 16:56:16 +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
.travis.yml Run migrate and spec via bundler exec 2018-11-19 11:22:36 +01:00
Gemfile Add coveralls coverage reporting 2018-11-19 11:38:56 +01:00
Gemfile.lock Add coveralls coverage reporting 2018-11-19 11:38:56 +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