An API to help Granblue Fantasy players create and share teams and strategies.
Find a file
Justin Edmund ec3b42101b Move logic to JobsController
It was getting too heavy to keep in PartiesController
2022-12-03 11:45:00 -08:00
app Move logic to JobsController 2022-12-03 11:45:00 -08:00
bin
config Move logic to JobsController 2022-12-03 11:45:00 -08:00
db Add base_job so we can track base skills 2022-12-03 11:43:27 -08:00
lib
log
public
spec
storage
test
tmp
vendor
.env
.gitignore
.ruby-version
.solargraph.yml
config.ru
Gemfile Add will_paginate 2022-03-11 01:13:03 -08:00
Gemfile.lock Add will_paginate 2022-03-11 01:13:03 -08:00
Rakefile
README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...