.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.js | 0 | 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.rb | 18 | A 0 mins | B 83% |
app/controllers/exception_hunter/application_controller.rb | 6 | A 0 mins | A 100% |
app/controllers/exception_hunter/errors_controller.rb | 40 | A 0 mins | A 96% |
app/controllers/exception_hunter/ignored_errors_controller.rb | 20 | A 0 mins | F 0% |
app/controllers/exception_hunter/resolved_errors_controller.rb | 9 | A 0 mins | A 100% |
app/helpers/exception_hunter/application_helper.rb | 24 | A 0 mins | A 92% |
app/helpers/exception_hunter/errors_helper.rb | 7 | A 0 mins | A 100% |
app/helpers/exception_hunter/sessions_helper.rb | 14 | A 0 mins | A 100% |
app/jobs/exception_hunter/application_job.rb | 4 | A 0 mins |
|
app/jobs/exception_hunter/async_logging_job.rb | 11 | A 0 mins | B 85% |
app/jobs/exception_hunter/send_notification_job.rb | 12 | A 0 mins | A 100% |
app/mailers/exception_hunter/application_mailer.rb | 6 | A 0 mins |
|
app/models/exception_hunter/application_record.rb | 11 | A 0 mins | A 100% |
app/models/exception_hunter/error.rb | 36 | A 0 mins | A 100% |
app/models/exception_hunter/error_group.rb | 39 | A 0 mins | A 100% |
app/presenters/exception_hunter/dashboard_presenter.rb | 48 | A 0 mins | A 100% |
app/presenters/exception_hunter/error_group_presenter.rb | 20 | A 0 mins | A 100% |
app/presenters/exception_hunter/error_presenter.rb | 34 | A 0 mins | A 100% |
app/views/exception_hunter/devise/sessions/new.html.erb | |
|
|