{"id":18785655,"url":"https://github.com/dbackowski/rails_custom_error_pages","last_synced_at":"2026-02-28T17:32:13.833Z","repository":{"id":10227205,"uuid":"63627013","full_name":"dbackowski/rails_custom_error_pages","owner":"dbackowski","description":"Rails engine for custom error pages with bootstrap.","archived":false,"fork":false,"pushed_at":"2023-01-19T11:15:44.000Z","size":61,"stargazers_count":2,"open_issues_count":14,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-20T01:58:48.906Z","etag":null,"topics":["bootstrap","error-page","rails","rails-engine","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":"","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/dbackowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-18T18:27:02.000Z","updated_at":"2021-12-30T16:44:46.000Z","dependencies_parsed_at":"2023-02-10T23:01:01.883Z","dependency_job_id":null,"html_url":"https://github.com/dbackowski/rails_custom_error_pages","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dbackowski/rails_custom_error_pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Frails_custom_error_pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Frails_custom_error_pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Frails_custom_error_pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Frails_custom_error_pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbackowski","download_url":"https://codeload.github.com/dbackowski/rails_custom_error_pages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Frails_custom_error_pages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29944767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","error-page","rails","rails-engine","ruby","ruby-gem"],"created_at":"2024-11-07T20:49:16.068Z","updated_at":"2026-02-28T17:32:13.801Z","avatar_url":"https://github.com/dbackowski.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rails_custom_error_pages [![Build Status](https://travis-ci.org/dbackowski/rails_custom_error_pages.svg?branch=master)](https://travis-ci.org/dbackowski/rails_custom_error_pages)\n\nRails engine for custom error pages with bootstrap.\n\n![screenshot](http://i.imgur.com/x744BAB.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rails_custom_error_pages', '~\u003e 1.0.0'\n    gem 'bootstrap-sass', '~\u003e 3.3.6'\n\nAnd then execute:\n\n    $ bundle \n\nOr install it yourself as:\n\n    gem install rails_custom_error_pages\n\nRemove rails default error pages from public directory:\n\n    rm public/404.html\n    rm public/422.html\n    rm public/500.html\n\n## Customize \n\nTo customize locale:\n\n    en:\n      rails_custom_error_pages:\n        errors:\n          show:\n            title: Error %{status_code}\n            '404':\n              description: The page you were looking for doesn't exist.\n            '422':\n              description: The change you wanted was rejected.\n            '500':\n              description: We're sorry, but something went wrong.\n\n\nTo customize template, run generator:\n\n    rails g rails_custom_error_pages:views\n\nThis will copy error template to your application views as:\n\n    app/views/rails_custom_error_pages/errors/show.html.erb\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nReleased under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbackowski%2Frails_custom_error_pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbackowski%2Frails_custom_error_pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbackowski%2Frails_custom_error_pages/lists"}