2016-07-26 11:59:23 -05:00
2016-08-03 08:55:30 -05:00
2016-08-02 15:26:26 -05:00
2016-07-26 11:59:23 -05:00
2016-08-10 09:03:25 -05:00
2016-07-28 12:59:20 -05:00
2016-08-09 12:25:07 -05:00
2016-07-26 13:54:04 -05:00
2016-07-26 11:22:03 -05:00
2016-07-29 11:10:39 -05:00
2016-07-26 11:59:23 -05:00
2016-08-09 12:25:07 -05:00
2016-07-28 09:37:46 -05:00
2016-08-09 12:25:07 -05:00
2016-08-02 09:00:32 -05:00
2016-08-11 15:59:50 -05:00
2016-08-09 12:25:07 -05:00
2016-07-26 11:59:23 -05:00
2016-08-03 08:55:30 -05:00
2016-07-27 11:17:50 -05:00
2016-08-09 12:25:07 -05:00
2016-08-09 12:25:07 -05:00

Skill Assessment Quiz

This application manages quizzes intended to be used as pre-interview skill assessments.

dev

  • you can dev native, or in docker
  • use guard
    • honor RuboCop
    • keep tests green
  • pull --rebase !always git config --global pull.rebase true
  • cd vendor/assets/ && bitters install && cd ../..
  • place all required dev seed data in fixtures for rails db:fixtures:load

Docker

  • ./start-docker.sh
    • will build source image, it not exist
    • created contaier and starts
  • ./start-dev.sh
    • after connected to container, run this to spin up a dev session
    • edit files from host in favorite editor
  • ./start-server.sh
    • starts up simple server for viewing/demo sans guard

visit http://localhost:3000


Question creation

Description
No description provided
Readme 2.9 MiB
Languages
Ruby 54.4%
SCSS 20.6%
HTML 18.6%
JavaScript 4.9%
Shell 1.5%