Go to file
Derek Montgomery b286946a35 vendor assets
2016-07-28 12:59:20 -05:00
app vendor assets 2016-07-28 12:59:20 -05:00
bin Rails5 init 2016-07-26 11:59:23 -05:00
config vendor assets 2016-07-28 12:59:20 -05:00
db big start on QuizStatus 2016-07-27 11:17:50 -05:00
lib Rails5 init 2016-07-26 11:59:23 -05:00
public Rails5 init 2016-07-26 11:59:23 -05:00
test layout progress bar update 2016-07-28 08:22:05 -05:00
.bowerrc vendor assets 2016-07-28 12:59:20 -05:00
.gitignore green tests 2016-07-28 12:59:20 -05:00
.rubocop.yml green tests 2016-07-28 12:59:20 -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 vendor assets 2016-07-28 12:59:20 -05:00
config.ru Rails5 init 2016-07-26 11:59:23 -05:00
Dockerfile moved docker image to docker hub 2016-07-27 15:09:59 -05:00
erd.pdf added save routing 2016-07-28 09:37:46 -05:00
Gemfile vendor assets 2016-07-28 12:59:20 -05:00
Gemfile.lock vendor assets 2016-07-28 12:59:20 -05:00
Guardfile big start on QuizStatus 2016-07-27 11:17:50 -05:00
Rakefile Rails5 init 2016-07-26 11:59:23 -05:00
README.md vendor assets 2016-07-28 12:59:20 -05:00
rebuild-dev-db.sh big start on QuizStatus 2016-07-27 11:17:50 -05:00
start-dev.sh big start on QuizStatus 2016-07-27 11:17:50 -05:00
start-docker.sh moved docker image to docker hub 2016-07-27 15:09:59 -05:00
start-server.sh big start on QuizStatus 2016-07-27 11:17:50 -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