Mark Moser
1b612feb16
add brakeman security scanner to guard
2016-09-19 09:21:11 -05:00
Mark Moser
37e628e27b
fixed bug in candidate edit form
2016-09-16 13:40:23 -05:00
Mark Moser
5ac9b530fe
inlined mailer template images
...
completes #81
2016-09-16 12:57:24 -05:00
Mark Moser
a51a751524
recruiter can edit candidate
...
completes #82
2016-09-16 11:36:48 -05:00
Mark Moser
f17ed8e8b1
add favicon.ico
...
item one for #80
2016-09-16 08:29:58 -05:00
Mark Moser
05c86c773c
reviewer-to-candidate associations
...
completes #75
2016-09-15 16:27:44 -05:00
Mark Moser
96250c4521
admin can assign reviewrs to quiz
2016-09-15 16:11:44 -05:00
Mark Moser
3bd9d3364c
removed hard coded emails for reviewer submission
2016-09-15 15:09:47 -05:00
Mark Moser
3f77a00870
remove hard coded review email addresses
2016-09-15 13:40:43 -05:00
Mark Moser
2233d73c39
migration and associations
...
completes #26
2016-09-15 13:39:50 -05:00
Mark Moser
372e86507e
recruiter Resend welcome email
2016-09-15 10:01:31 -05:00
Mark Moser
9884748cf9
...because I'm a slave to the coverage report
2016-09-14 17:38:21 -05:00
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
d54b99135e
rubocop noise: introduced and resolved rails specific cop
...
http://rubocop.readthedocs.io/en/latest/cops/#rails
2016-09-08 11:52:34 -05:00
Mark Moser
b74249a05f
bug fix: candidate email encryption on empty email
2016-09-08 11:17:29 -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
20614a7fce
specifying ruby version for server cronjobs
2016-09-08 02:40:02 +00:00
Mark Moser
eb2eb65219
non-summary question edit bug fix
2016-09-07 17:45:50 -05:00
Mark Moser
1ded44610b
organized js assets
...
completes #11
2016-09-07 17:45:22 -05:00
Mark Moser
a977c0ceb3
refactor quiz processing
...
completes #60
2016-09-02 17:51:35 -05:00
Mark Moser
3f8d089701
guardfile work
2016-09-01 15:00:04 -05:00
Mark Moser
6639f1c6e7
text counter refactor
2016-09-01 10:49:49 -05:00
Mark Moser
a1b93f256d
fix text length validation
...
completes #64
2016-09-01 10:37:49 -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
229ebf1380
start encoding candidate emails - completes #57
2016-08-26 16:03:55 -05:00
Mark Moser
8269bb9e5c
updated seeds file
2016-08-25 19:10:58 -05:00
Mark Moser
24c61482fe
added attachement to admin/question form and view
2016-08-24 16:55:55 -05:00
Mark Moser
2f61d58bba
adds user/admin profile and user mailers
...
Merge branch 'feature/71-user-profile-admin' into develop
2016-08-24 16:48:34 -05:00
Mark Moser
fa5af8ffa1
test cleanup
2016-08-24 16:47:15 -05:00
Mark Moser
2f6d006404
updated reminder email return link
2016-08-24 16:36:33 -05:00
Mark Moser
d5a469d736
user mailers
...
completes #25
2016-08-24 16:34:09 -05:00
Mark Moser
7b51d26295
password reset requests
2016-08-24 15:02:32 -05:00
Mark Moser
963517e4bb
profile updater
2016-08-24 12:53:21 -05:00
Mark Moser
94ae3c9687
admin: move <main> to layout
2016-08-24 12:17:00 -05:00
Mark Moser
0058168c3e
add admin flash messaging and styles
2016-08-24 12:15:12 -05:00
Mark Moser
35f33e8215
profile scaffold
2016-08-24 10:43:33 -05:00
Mark Moser
2709842d4d
bringing back the styleguide
...
completes #67
2016-08-24 08:24:24 -05:00
Mark Moser
2b55fed1bc
live coder seeding - completes #16
2016-08-23 21:54:53 -05:00
Mark Moser
393fd15ab5
add in scaffold admin interface
...
completes #65
Merge branch 'feature/admin-interface' into develop
2016-08-22 16:31:47 -05:00
Mark Moser
488b89ddfa
loads input option partials on type change
2016-08-22 16:28:50 -05:00
Mark Moser
bdec83b3b6
validates input_options based on input type
2016-08-22 16:28:50 -05:00
Mark Moser
404555f674
remove loose class in email validation test
2016-08-22 16:28:50 -05:00
Mark Moser
1aca2d98d3
update rails and restore guard 'run on start'
2016-08-22 16:28:50 -05:00
Mark Moser
8209a2293b
moved form errors to partial
2016-08-22 16:26:21 -05:00
Mark Moser
77684b2c3e
updated params processing
2016-08-22 16:26:21 -05:00
Mark Moser
6bbbaf4580
admin questions work
2016-08-22 16:26:21 -05:00
Mark Moser
63701c8247
admin views roughed in
2016-08-22 16:26:21 -05:00