Commit Graph

30 Commits

Author SHA1 Message Date
Mark Moser
49035929fb bug: resolve false positive "oops" redirect 2017-05-03 15:24:23 -05:00
Mark Moser
9f23a5d3ce rubocop noise: switched to predicate comparisons
Also introduced because of .ruby-version specification

http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/NumericPredicate
2016-09-08 10:39:26 -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
e6358beec8 move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00
Mark Moser
fc784ffcb1 completes #17 - live-coder plus text input type
Squashed commit of the following:

commit d41cbf66eb2a9ee705ab60bb156eed95881fa193
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 19:58:20 2016 -0500

    live-coder-text validations

commit 866bfeb863516a8656bc26b10f967d0b9b8d8505
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 11:57:57 2016 -0500

    getting things green again and rebasing develop

commit 28a23200f291e30c690b71e9bcae3e1a69eb3093
Author: Derek Montgomery <montgomerygraphics@gmail.com>
Date:   Thu Aug 4 10:14:23 2016 -0500

    Progress on live coder text field
2016-08-04 20:01:17 -05:00
Mark Moser
7be7f97c90 cleaning up custom flash key 2016-08-04 09:55:51 -05:00
Mark Moser
330126d672 fixes #30 - edit from summary with out js 2016-08-03 10:50:17 -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
Derek Montgomery
9ac58773df Summary CRUD completed 2016-08-02 13:49:19 -05:00
Mark Moser
8e27fb8e01 mailers on submission 2016-08-02 11:57:52 -05:00
Mark Moser
f4be785b61 fixed live-coder answer issues 2016-08-01 17:06:24 -05:00
Mark Moser
4a20c579ed fixed various error messages 2016-08-01 16:43:05 -05:00
Derek Montgomery
115fca9009 Summary edit 3 primary input types 2016-08-01 15:58:20 -05:00
Mark Moser
8751a04669 fixed question submission 2016-08-01 15:15:57 -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
Mark Moser
c9375937fa answer inserts 2016-07-31 07:40:56 -05:00
Mark Moser
5be93e0d38 candidate quiz progression work 2016-07-29 13:34:23 -05:00
Mark Moser
484766a377 candidate login/logout 2016-07-29 11:55:53 -05:00
Derek Montgomery
1a8d7629ff live coder load on question template 2016-07-29 11:03:11 -05:00
Mark Moser
fc6b56d9b8 updating controllers/views to new quiz access 2016-07-29 10:55:13 -05:00
Mark Moser
3a1c7de698 summary roughed in 2016-07-28 20:54:08 -05:00
Mark Moser
911c42bcd6 added save routing 2016-07-28 09:37:46 -05:00
Mark Moser
0950b7eb2a a littel more routing 2016-07-28 08:47:34 -05:00
Mark Moser
79e1797295 progress bar logic 2016-07-27 22:53:14 -05:00
Mark Moser
5207b6b8fd roughed in quiz GET views 2016-07-27 22:24:24 -05:00