Go to file
2016-07-27 11:17:50 -05:00
app big start on QuizStatus 2016-07-27 11:17:50 -05:00
bin Rails5 init 2016-07-26 11:59:23 -05:00
config big start on QuizStatus 2016-07-27 11:17:50 -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 big start on QuizStatus 2016-07-27 11:17:50 -05:00
vendor/assets Rails5 init 2016-07-26 11:59:23 -05:00
.gitignore Rails5 init 2016-07-26 11:59:23 -05:00
.rubocop.yml stack up & tweaked 2016-07-26 13:54:04 -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
config.ru Rails5 init 2016-07-26 11:59:23 -05:00
Dockerfile big start on QuizStatus 2016-07-27 11:17:50 -05:00
erd.pdf big start on QuizStatus 2016-07-27 11:17:50 -05:00
Gemfile stack up & tweaked 2016-07-26 13:54:04 -05:00
Gemfile.lock stack up & tweaked 2016-07-26 13:54:04 -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 models and fixtures and seeds 2016-07-26 18:08:04 -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 stack up & tweaked 2016-07-26 13:54:04 -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
  • 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