Go to file
2016-08-10 11:00:38 -05:00
app fixes #50 - summary page progress on saves 2016-08-10 11:00:38 -05:00
bin Rails5 init 2016-07-26 11:59:23 -05:00
config fixes #50 - summary page progress on saves 2016-08-10 11:00:38 -05:00
db simple question attachments 2016-08-03 08:55:30 -05:00
lib reminders in play! 2016-08-02 15:26:26 -05:00
public Rails5 init 2016-07-26 11:59:23 -05:00
test summary page rebuild 2016-08-10 09:03:25 -05:00
.bowerrc vendor assets 2016-07-28 12:59:20 -05:00
.eslintrc.yml adding eslint 2016-08-09 12:25:07 -05:00
.gitignore Adds public directory assets to gitignore file 2016-08-04 14:15:22 -06:00
.rubocop.yml move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00
.scss-lint.yml stack up & tweaked 2016-07-26 13:54:04 -05:00
.tmux.conf Docker config 2016-07-26 11:22:03 -05:00
bower.json custom linedtextarea—not bower 2016-07-29 11:10:39 -05:00
config.ru Rails5 init 2016-07-26 11:59:23 -05:00
Dockerfile adding eslint 2016-08-09 12:25:07 -05:00
erd.pdf added save routing 2016-07-28 09:37:46 -05:00
Gemfile adding eslint 2016-08-09 12:25:07 -05:00
Gemfile.lock mailjet add/config 2016-08-02 09:00:32 -05:00
Guardfile adding eslint 2016-08-09 12:25:07 -05:00
package.json adding eslint 2016-08-09 12:25:07 -05:00
Rakefile Rails5 init 2016-07-26 11:59:23 -05:00
README.md simple question attachments 2016-08-03 08:55:30 -05:00
rebuild-dev-db.sh big start on QuizStatus 2016-07-27 11:17:50 -05:00
start-dev.sh adding eslint 2016-08-09 12:25:07 -05:00
start-docker.sh moved docker image to docker hub 2016-07-27 15:09:59 -05:00
start-server.sh adding eslint 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