Commit Graph

8 Commits

Author SHA1 Message Date
Mark Moser
b74249a05f bug fix: candidate email encryption on empty email 2016-09-08 11:17:29 -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
0058168c3e add admin flash messaging and styles 2016-08-24 12:15:12 -05:00
Mark Moser
86c36fd7fb testing existance of instance var for views 2016-08-17 13:58:25 -05:00
Mark Moser
14bbd301ed progress on #27: test coverage over 96% 2016-08-16 17:09:40 -05:00
Mark Moser
54189603f0 mailers on candidate creation 2016-08-02 11:48:18 -05:00
Mark Moser
abb3dee9f5 candidate creation 2016-07-31 14:47:15 -05:00
Mark Moser
0107c601b3 recruiter login + index 2016-07-31 12:33:09 -05:00