Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 384 Bytes

Playlogger

You can't manage what you can't measure.
-- Author unknown

Playlogger is a tool to track your game plays and help you make decisions about your game collection.

Setup

$ bundle install
$ rails server

Dependencies

  • Ruby 2.3.1
  • Rails 5.0.0.1
  • Postgres >= 9.3.5

Tests

Tests are minitest and can be run with rake.

$ rails test