{"id":14955695,"url":"https://github.com/excid3/stack_rescue","last_synced_at":"2025-10-03T22:14:12.876Z","repository":{"id":17929953,"uuid":"20903123","full_name":"excid3/stack_rescue","owner":"excid3","description":"A gem for Rails to automatically search Google for exceptions raised in your Rails applications","archived":false,"fork":false,"pushed_at":"2020-01-15T15:44:45.000Z","size":6,"stargazers_count":172,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-05T04:01:36.427Z","etag":null,"topics":["exceptions-raised","rails-application","ruby"],"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/excid3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["excid3"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-06-16T22:45:08.000Z","updated_at":"2025-03-24T00:23:54.000Z","dependencies_parsed_at":"2022-07-26T20:02:11.980Z","dependency_job_id":null,"html_url":"https://github.com/excid3/stack_rescue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/excid3/stack_rescue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fstack_rescue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fstack_rescue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fstack_rescue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fstack_rescue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excid3","download_url":"https://codeload.github.com/excid3/stack_rescue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fstack_rescue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266204489,"owners_count":23892358,"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":["exceptions-raised","rails-application","ruby"],"created_at":"2024-09-24T13:11:34.356Z","updated_at":"2025-10-03T22:14:07.822Z","avatar_url":"https://github.com/excid3.png","language":"Ruby","readme":"# StackRescue\n\nA gem for Rails to automatically search Google for exceptions raised in your Rails applications.\n\nAfter installing, you should see output like this in your Rails logs. This doesn't interfere with [better_errors](https://github.com/charliesome/better_errors) either!\n\n![stack_rescue](http://cl.ly/W6d3/Screen%20Shot%202014-06-16%20at%205.19.24%20PM.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'stack_rescue', group: :development\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install stack_rescue\n\n## Usage\n\nBy default, search results are limited to 5 results and only from stackoverflow.com.\n\nIf you need to modify either of these, add the following to your\n`config/environments/development.rb` file:\n\n```ruby\n  # Get results from any website\n  config.stack_rescue.site = nil\n\n  # Get results from only stackoverflow.com (default)\n  # config.stack_rescue.site = \"stackoverflow.com\"\n\n  # Change the number of results returned\n  # config.stack_rescue.number_of_results = 3\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/excid3/stack_rescue/fork )\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## TODO\n\n* Use `number_of_results` option to request more pages of results at\n  query time\n* All around usability improvements\n* It would be nice to have these results print after the stacktrace\n","funding_links":["https://github.com/sponsors/excid3"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcid3%2Fstack_rescue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcid3%2Fstack_rescue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcid3%2Fstack_rescue/lists"}