0jonjo/alljobs

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.browserslistrc
.codeclimate.json
.env.development
.gitattributes
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/rspec_and_rubocop_ci.yml
.gitignore
.rake_tasks~
.rspec
.rubocop.yml
.ruby-version
Dockerfile
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/assets/builds/application.css
app/assets/config/manifest.js0
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/applies.scss
app/assets/stylesheets/comments.scss
app/assets/stylesheets/jobs.scss
app/assets/stylesheets/pages.scss
app/assets/stylesheets/profiles.scss
app/assets/stylesheets/stars.scss
app/channels/application_cable/channel.rb4
A
0 mins
A
100%
app/channels/application_cable/connection.rb4
A
0 mins
A
100%
app/controllers/api/v1/api_controller.rb15
A
0 mins
A
100%
app/controllers/api/v1/applies_controller.rb48
A
25 mins
A
93%
app/controllers/api/v1/jobs_controller.rb48
A
0 mins
A
93%
app/controllers/api/v1/profiles_controller.rb49
A
25 mins
A
90%
app/controllers/api/v1/tokens_controller.rb18
A
1 hr
B
81%
app/controllers/application_controller.rb12
A
0 mins
A
100%
app/controllers/applies_controller.rb37
A
0 mins
A
92%
app/controllers/comments_controller.rb35
A
0 mins
A
92%
app/controllers/concerns/authenticable.rb13
A
0 mins
F
50%
app/controllers/concerns/author.rb11
A
0 mins
A
100%
app/controllers/jobs_controller.rb66
A
0 mins
B
85%
app/controllers/pages_controller.rb3
A
0 mins
A
100%
app/controllers/profiles_controller.rb48
A
0 mins
A
94%
app/controllers/proposal_comments_controller.rb46
A
0 mins
A
100%
app/controllers/proposals_controller.rb80
A
0 mins
B
89%
app/controllers/stars_controller.rb36
A
0 mins
B
88%
app/helpers/application_helper.rb8
A
0 mins
D
60%
app/helpers/applies_helper.rb2
A
0 mins
A
100%
app/helpers/comments_helper.rb2
A
0 mins
A
100%
app/helpers/jobs_helper.rb20
A
0 mins
A
100%
app/helpers/pages_helper.rb2
A
0 mins
A
100%