{"id":16372438,"url":"https://github.com/mgwidmann/rails_exception_handler_admin","last_synced_at":"2025-08-16T11:39:32.135Z","repository":{"id":10419947,"uuid":"12579518","full_name":"mgwidmann/rails_exception_handler_admin","owner":"mgwidmann","description":"An administrator interface for the rails_exception_handler gem","archived":false,"fork":false,"pushed_at":"2014-02-20T02:35:41.000Z","size":353,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T17:09:56.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgwidmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-04T01:55:12.000Z","updated_at":"2022-08-31T13:22:05.000Z","dependencies_parsed_at":"2022-08-29T15:41:54.353Z","dependency_job_id":null,"html_url":"https://github.com/mgwidmann/rails_exception_handler_admin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Frails_exception_handler_admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Frails_exception_handler_admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Frails_exception_handler_admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgwidmann%2Frails_exception_handler_admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgwidmann","download_url":"https://codeload.github.com/mgwidmann/rails_exception_handler_admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238293156,"owners_count":19448129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T03:11:24.122Z","updated_at":"2025-02-11T12:31:13.080Z","avatar_url":"https://github.com/mgwidmann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"rails_exception_handler_admin\n=============================\n\n#### An administrator interface for the rails_exception_handler gem.\n\n## Installation\n\nSet up and install [rails_exception_handler](https://github.com/Sharagoz/rails_exception_handler) in this or another application.\nAdd the line below to your gemfile and run bundler\n```\ngem 'rails_exception_handler_admin'\n```\nMount the rails engine in your application:\n```\nmount RailsExceptionHandlerAdmin::Engine, :at =\u003e '/errors'\n```\nTo add authentication to this route:\n```\n# Be sure to customize the lambda to your needs\nscope constraints: lambda{|req| User.find(session[:current_user_id]).admin? rescue false } do\n  mount RailsExceptionHandlerAdmin::Engine, :at =\u003e '/errors'\nend\n```\nUsers who attempt to visit the mounted URL without proper authorization will receive a 404 response.\n\n## Notes\n\nPagination is supported by either [WillPaginate](https://github.com/mislav/will_paginate) or [Kaminari](https://github.com/amatsuda/kaminari) but not a dependency of this gem.\nIf you want pagination on the error records, just include either gem in your gemfile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgwidmann%2Frails_exception_handler_admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgwidmann%2Frails_exception_handler_admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgwidmann%2Frails_exception_handler_admin/lists"}