Commit Graph

13 Commits

Author SHA1 Message Date
Mark Moser
27ef8565f3 test suite refactor 2016-09-14 17:05:37 -05:00
Mark Moser
9db007489f deliver_later for controller actions. 2016-09-14 14:55:19 -05:00
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
14bbd301ed progress on #27: test coverage over 96% 2016-08-16 17:09:40 -05:00
Mark Moser
e6358beec8 move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00
Mark Moser
a3eab2b27a displays welcome back when test has started 2016-08-02 18:30:15 -05:00
Mark Moser
737fd10636 split login/welcome and added direct link welcome 2016-08-02 18:02:27 -05:00
Derek Montgomery
7bdb86f89f Submit summary 2016-08-02 17:06:09 -05:00
Mark Moser
8e27fb8e01 mailers on submission 2016-08-02 11:57:52 -05:00
Mark Moser
90d0ef9db7 degraded security for live-coder jQuery load 2016-08-01 13:10:59 -05:00
Mark Moser
fff062a3a7 moving post answer routes back 2016-08-01 10:33:02 -05:00
Mark Moser
95eec915c4 custom error validations 2016-08-01 09:50:01 -05:00
Mark Moser
dfd582d251 rethinking question CRUD 2016-07-31 18:54:12 -05:00