GitXplorerGitXplorer
j

dungeons-and-dragons-srd

public
0 stars
0 forks
33 issues

Commits

List of commits on branch master.
Unverified
4b4e201de4cafc0cf76076d19992005b36053bd3

Merge branch 'magic-armor'

jjameslvdb committed 5 years ago
Unverified
9ac9896a7e712d0c8851968ce9b7f6461168c0a2

Add test for render_basic_description helper

jjameslvdb committed 5 years ago
Unverified
b3bb6e5ac917322d7418605c931d963aac74d8f2

Fix failing tests

jjameslvdb committed 5 years ago
Unverified
436e1d831efcac0920465233439295ddd49532ce

Add magic armor table to armor/index

jjameslvdb committed 5 years ago
Unverified
5c7b45368dff167abc9b061396b7cc3b13825890

Refactor show view to use item_type

jjameslvdb committed 5 years ago
Unverified
73c4eae530cae36163a333c384a83df29f70a82c

Add item_type field to MagicItems

jjameslvdb committed 5 years ago

README

The README file for this repository.

Dungeons & Dragons

This application serves as a 5th Edition Dungeons & Dragons reference application.

Setup

Installing Prerequisites

Ruby

If you don't have a Ruby version manager, try out rbenv! Follow rbenv's installation guide.

Using rbenv, install the version of Ruby listed in the Gemfile (in this case, 2.6.5).

Yarn

Refer to Yarn's installation guide.

Installing D&D SRD

  1. Fork this repository.
  2. Clone your forked repository.
  3. Install bundler with gem install bundler
  4. Run bin/setup

Database Initialization

TODO

Testing

This project uses Minitest. To run the test suite, run bin/rails test.