.browserslistrc | |
|
|
.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
.semaphore/semaphore.yml | |
|
|
CONTRIBUTING.md | |
|
|
Dockerfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/config/manifest.js | 0 | A 0 mins |
|
app/assets/stylesheets/application.css | |
|
|
app/channels/application_cable/channel.rb | 4 | A 0 mins |
|
app/channels/application_cable/connection.rb | 4 | A 0 mins |
|
app/controllers/application_controller.rb | 23 | A 0 mins |
|
app/controllers/gears_controller.rb | 52 | A 1 hr |
|
app/controllers/havens_controller.rb | 64 | A 0 mins |
|
app/controllers/hunter_backstories_controller.rb | 63 | A 0 mins |
|
app/controllers/hunters_controller.rb | 60 | A 0 mins |
|
app/controllers/hunters_improvements_controller.rb | 85 | A 0 mins |
|
app/controllers/improvements_controller.rb | 59 | A 0 mins |
|
app/controllers/moves_controller.rb | 83 | A 0 mins |
|
app/controllers/playbooks_controller.rb | 58 | A 0 mins |
|
app/controllers/ratings_controller.rb | 54 | A 1 hr |
|
app/helpers/application_form_builder.rb | 61 | A 0 mins |
|
app/helpers/application_helper.rb | 32 | A 0 mins |
|
app/helpers/gears_helper.rb | 13 | A 0 mins |
|
app/helpers/havens_helper.rb | 2 | A 0 mins |
|
app/helpers/hunter_backstories_helper.rb | 12 | A 0 mins |
|
app/helpers/hunters_helper.rb | 5 | A 0 mins |
|
app/helpers/hunters_improvements_helper.rb | 2 | A 0 mins |
|
app/helpers/improvements_helper.rb | 6 | A 0 mins |
|
app/helpers/moves_helper.rb | 15 | A 0 mins |
|
app/helpers/playbooks_helper.rb | 10 | A 0 mins |
|
app/helpers/ratings_helper.rb | 8 | A 0 mins |
|
app/javascript/channels/consumer.js | 2 | A 0 mins |
|
app/javascript/channels/index.js | 2 | A 0 mins |
|
app/javascript/components/hunter_gear.vue | |
|
|
app/javascript/components/hunter_move.vue | |
|
|
app/javascript/components/hunter_moves.vue | |
|
|
app/javascript/components/hunter_new_form.vue | |
|
|