rootstrap/exception_hunter

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.github/workflows/config.yml
.gitignore
.reek.yml
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.yardopts
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
Gemfile.lock
Gemfile_5_2
Gemfile_6_0
Gemfile_6_1
MIT-LICENSE
README.md
Rakefile
app/assets/config/exception_hunter_manifest.js0
A
0 mins
app/assets/images/exception_hunter/logo.png
app/assets/stylesheets/exception_hunter/application.css
app/assets/stylesheets/exception_hunter/base.css
app/assets/stylesheets/exception_hunter/errors.css
app/assets/stylesheets/exception_hunter/navigation.css
app/assets/stylesheets/exception_hunter/sessions.css
app/controllers/concerns/exception_hunter/authorization.rb18
A
0 mins
B
83%
app/controllers/exception_hunter/application_controller.rb6
A
0 mins
A
100%
app/controllers/exception_hunter/errors_controller.rb40
A
0 mins
A
96%
app/controllers/exception_hunter/ignored_errors_controller.rb20
A
0 mins
F
0%
app/controllers/exception_hunter/resolved_errors_controller.rb9
A
0 mins
A
100%
app/helpers/exception_hunter/application_helper.rb24
A
0 mins
A
92%
app/helpers/exception_hunter/errors_helper.rb7
A
0 mins
A
100%
app/helpers/exception_hunter/sessions_helper.rb14
A
0 mins
A
100%
app/jobs/exception_hunter/application_job.rb4
A
0 mins
app/jobs/exception_hunter/async_logging_job.rb11
A
0 mins
B
85%
app/jobs/exception_hunter/send_notification_job.rb12
A
0 mins
A
100%
app/mailers/exception_hunter/application_mailer.rb6
A
0 mins
app/models/exception_hunter/application_record.rb11
A
0 mins
A
100%
app/models/exception_hunter/error.rb36
A
0 mins
A
100%
app/models/exception_hunter/error_group.rb39
A
0 mins
A
100%
app/presenters/exception_hunter/dashboard_presenter.rb48
A
0 mins
A
100%
app/presenters/exception_hunter/error_group_presenter.rb20
A
0 mins
A
100%
app/presenters/exception_hunter/error_presenter.rb34
A
0 mins
A
100%
app/views/exception_hunter/devise/sessions/new.html.erb