Commit Graph

14 Commits

Author SHA1 Message Date
Mark Moser
54c6202b62 removed unreachable code 2016-09-14 17:29:09 -05:00
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
eb2eb65219 non-summary question edit bug fix 2016-09-07 17:45:50 -05:00
Mark Moser
a977c0ceb3 refactor quiz processing
completes #60
2016-09-02 17:51:35 -05:00
Mark Moser
df1b101aa2 introduce check_other and radio_other question types
completes issue #48
2016-08-31 16:59:25 -05:00
Mark Moser
77684b2c3e updated params processing 2016-08-22 16:26:21 -05:00
Mark Moser
14bbd301ed progress on #27: test coverage over 96% 2016-08-16 17:09:40 -05:00
Mark Moser
ccd287491d completes #62 - merges live_coder_text into live_coder 2016-08-11 17:44:30 -05:00
Mark Moser
2c7948903d fixes #50 - summary page progress on saves 2016-08-10 11:00:38 -05:00
Mark Moser
76bb21a150 summary page rebuild 2016-08-10 09:03:25 -05:00
Mark Moser
5f395dcf41 live coder refactor fixes #36 and #50 2016-08-08 17:08:20 -05:00
Mark Moser
e6358beec8 move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00