{"id":16431979,"url":"https://github.com/davidcelis/quiet_safari","last_synced_at":"2025-07-12T18:33:15.323Z","repository":{"id":27599786,"uuid":"31083198","full_name":"davidcelis/quiet_safari","owner":"davidcelis","description":":speak_no_evil: If you don’t care about /apple-touch-icon.png being a 404","archived":false,"fork":false,"pushed_at":"2018-03-21T18:20:27.000Z","size":15,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-04T00:29:48.500Z","etag":null,"topics":[],"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/davidcelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-20T20:14:31.000Z","updated_at":"2024-07-30T16:13:59.000Z","dependencies_parsed_at":"2022-08-21T00:50:26.776Z","dependency_job_id":null,"html_url":"https://github.com/davidcelis/quiet_safari","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davidcelis/quiet_safari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fquiet_safari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fquiet_safari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fquiet_safari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fquiet_safari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcelis","download_url":"https://codeload.github.com/davidcelis/quiet_safari/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fquiet_safari/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263493380,"owners_count":23475185,"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-11T08:35:19.601Z","updated_at":"2025-07-04T10:34:12.326Z","avatar_url":"https://github.com/davidcelis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuietSafari [![Build Status](https://travis-ci.org/davidcelis/quiet_safari.svg)](https://travis-ci.org/davidcelis/quiet_safari)\n\nBecause who cares if Safari can't find `apple-touch-icon.png`?\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'quiet_safari', group: :development\n```\n\nAnd then execute:\n\n```ruby\n$ bundle install\n```\n\n## Usage\n\nThat's it. Be at peace, knowing you can read your development log without seeing it cluttered with this:\n\n```\nStarted GET \"/apple-touch-icon.png\" for 127.0.0.1 at 2015-02-20 09:49:14 -0800\n\nActionController::RoutingError (No route matches [GET] \"/apple-touch-icon.png\"):\n  vendor/bundle/gems/actionpack-3.2.20/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'\n  vendor/bundle/gems/actionpack-3.2.20/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/rack/logger.rb:32:in `call_app'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/rack/logger.rb:16:in `block in call'\n  vendor/bundle/gems/activesupport-3.2.20/lib/active_support/tagged_logging.rb:22:in `tagged'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/rack/logger.rb:16:in `call'\n  vendor/bundle/gems/quiet_assets-1.0.3/lib/quiet_assets.rb:23:in `call_with_quiet_assets'\n  vendor/bundle/gems/actionpack-3.2.20/lib/action_dispatch/middleware/request_id.rb:22:in `call'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'\n  vendor/bundle/gems/actionpack-3.2.20/lib/action_dispatch/middleware/static.rb:82:in `call'\n  vendor/bundle/gems/rack-mini-profiler-0.9.2/lib/mini_profiler/profiler.rb:300:in `call'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/engine.rb:484:in `call'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/application.rb:231:in `call'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/rack/log_tailer.rb:17:in `call'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/connection.rb:86:in `block in pre_process'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/connection.rb:84:in `catch'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/connection.rb:84:in `pre_process'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/connection.rb:53:in `process'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/connection.rb:39:in `receive_data'\n  vendor/bundle/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run_machine'\n  vendor/bundle/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/backends/base.rb:73:in `start'\n  vendor/bundle/gems/thin-1.6.2/lib/thin/server.rb:162:in `start'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/handler/thin.rb:13:in `run'\n  vendor/bundle/gems/rack-1.4.5/lib/rack/server.rb:268:in `start'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/commands/server.rb:70:in `start'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/commands.rb:55:in `block in \u003ctop (required)\u003e'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/commands.rb:50:in `tap'\n  vendor/bundle/gems/railties-3.2.20/lib/rails/commands.rb:50:in `\u003ctop (required)\u003e'\n  script/rails:6:in `require'\n  script/rails:6:in `\u003cmain\u003e'\n\n```\n\n## Contributing\n\n1. [Fork it](https://github.com/davidcelis/quiet_safari/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcelis%2Fquiet_safari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcelis%2Fquiet_safari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcelis%2Fquiet_safari/lists"}